From: Magnus Jacobsson Date: Fri, 22 May 2020 10:48:15 +0000 (+0200) Subject: Start 2.45 development series also for CMake builds X-Git-Tag: 2.44.1~68^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa40209b378c8435fd1c8d6c74ff0ff95c9f45b2;p=graphviz Start 2.45 development series also for CMake builds Fixes https://gitlab.com/graphviz/graphviz/-/issues/1711. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e3391e46c..0ae3072d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)