]> granicus.if.org Git - graphviz/commitdiff
manually set reasonable version number in CMakeLists.txt
authorJohn Ellson <ellson@research.att.com>
Mon, 6 Apr 2020 22:56:44 +0000 (18:56 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 6 Apr 2020 22:56:44 +0000 (18:56 -0400)
CMakeLists.txt

index b20f80314550c0d1fe86f53fb9591a032d93efe0..6508c71d831e2182b8563e436e8104ffc0c5a904 100644 (file)
@@ -99,7 +99,7 @@ endif()
 # ============================ Set Graphviz version ============================
 set(GRAPHVIZ_VERSION_MAJOR 2)
 set(GRAPHVIZ_VERSION_MINOR 42)
-set(GRAPHVIZ_VERSION_PATCH 2)
+set(GRAPHVIZ_VERSION_PATCH 4)
 set(GRAPHVIZ_VERSION_STRING "${GRAPHVIZ_VERSION_MAJOR}.${GRAPHVIZ_VERSION_MINOR}.${GRAPHVIZ_VERSION_PATCH}")
 configure_file(graphviz_version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/graphviz_version.h @ONLY)
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/graphviz_version.h DESTINATION ${HEADER_INSTALL_DIR})