]> granicus.if.org Git - graphviz/commitdiff
Start 2.45 development series also for CMake builds
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 22 May 2020 10:48:15 +0000 (12:48 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 22 May 2020 10:51:43 +0000 (12:51 +0200)
Fixes https://gitlab.com/graphviz/graphviz/-/issues/1711.

CMakeLists.txt

index e3391e46ca33dc90b9d8a6e89c6746252af79133..0ae3072d284557fbc832a7ea9c00226ef1757a4f 100644 (file)
@@ -98,7 +98,7 @@ endif()
 
 # ============================ Set Graphviz version ============================
 set(GRAPHVIZ_VERSION_MAJOR 2)
-set(GRAPHVIZ_VERSION_MINOR 43)
+set(GRAPHVIZ_VERSION_MINOR 45)
 set(GRAPHVIZ_VERSION_PATCH 0)
 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)