We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f7d90 commit e3583edCopy full SHA for e3583ed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.9)
2
3
# set the project name and version
4
-project(CXXGraph VERSION 4.0.0)
+project(CXXGraph VERSION 4.1.0)
5
6
configure_file(CXXGraphConfig.h.in ${PROJECT_SOURCE_DIR}/include/CXXGraph/CXXGraphConfig.h)
7
include/CXXGraph/CXXGraphConfig.h
@@ -1,4 +1,4 @@
// the configured options and settings for CXXGraph
#define CXXGraph_VERSION_MAJOR 4
-#define CXXGraph_VERSION_MINOR 0
+#define CXXGraph_VERSION_MINOR 1
#define CXXGraph_VERSION_PATCH 0
packaging/deb/CXXGraph/DEBIAN/control
@@ -1,5 +1,5 @@
Package: CXXGraph
-Version: 4.0.0
+Version: 4.1.0
Section: custom
Priority: optional
Architecture: all
0 commit comments