Skip to content

Commit 3b3d1c1

Browse files
authored
Preparation for release 4.0.0 (#452)
* Update CMakeLists.txt * Update CXXGraphConfig.h * Update control
1 parent 6118662 commit 3b3d1c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.9)
22

33
# set the project name and version
4-
project(CXXGraph VERSION 3.1.0)
4+
project(CXXGraph VERSION 4.0.0)
55

66
configure_file(CXXGraphConfig.h.in ${PROJECT_SOURCE_DIR}/include/CXXGraph/CXXGraphConfig.h)
77

include/CXXGraph/CXXGraphConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// the configured options and settings for CXXGraph
2-
#define CXXGraph_VERSION_MAJOR 3
3-
#define CXXGraph_VERSION_MINOR 1
2+
#define CXXGraph_VERSION_MAJOR 4
3+
#define CXXGraph_VERSION_MINOR 0
44
#define CXXGraph_VERSION_PATCH 0

packaging/deb/CXXGraph/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: CXXGraph
2-
Version: 3.1.0
2+
Version: 4.0.0
33
Section: custom
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)