From fa40209b378c8435fd1c8d6c74ff0ff95c9f45b2 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Fri, 22 May 2020 12:48:15 +0200 Subject: [PATCH] Start 2.45 development series also for CMake builds Fixes https://gitlab.com/graphviz/graphviz/-/issues/1711. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1