Skip to content

Commit e3583ed

Browse files
authored
Preparation for release 4.1.0 (#456)
* Update CMakeLists.txt * Update CXXGraphConfig.h * Update control
1 parent f2f7d90 commit e3583ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CMakeLists.txt

+1-1
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 4.0.0)
4+
project(CXXGraph VERSION 4.1.0)
55

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

Diff for: include/CXXGraph/CXXGraphConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// the configured options and settings for CXXGraph
22
#define CXXGraph_VERSION_MAJOR 4
3-
#define CXXGraph_VERSION_MINOR 0
3+
#define CXXGraph_VERSION_MINOR 1
44
#define CXXGraph_VERSION_PATCH 0

Diff for: packaging/deb/CXXGraph/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: CXXGraph
2-
Version: 4.0.0
2+
Version: 4.1.0
33
Section: custom
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)