]> granicus.if.org Git - graphviz/commit
Properly fill graphviz_version.h
authorKevin Funk <kfunk@kde.org>
Thu, 21 Jan 2021 10:39:01 +0000 (11:39 +0100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Feb 2021 18:54:07 +0000 (10:54 -0800)
commitec5cc80643149139e4f4b394607ce28ed7c0a1e8
treefc6241b8f8b84515c9d07b9ca8e29f3cfa2d5c7d
parentdb85c4ee71d2a2ee7a1f6ceb87ec66e37d62aad5
Properly fill graphviz_version.h

Make sure the variables used inside the header template are populated.

Prior to this patch we ended up with this in the generated
graphviz_version.h:
  #define PACKAGE_VERSION ""

Edit by Matthew Fernandez: Added changelog entry and flipped polarity on the
CMake test case for this.
CHANGELOG.md
CMakeLists.txt
rtest/test_regression.py