Skip to content

Commit

Permalink
Preparation for release 4.0.0 (#452)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt

* Update CXXGraphConfig.h

* Update control
  • Loading branch information
ZigRazor authored Jun 20, 2024
1 parent 6118662 commit 3b3d1c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.9)

# set the project name and version
project(CXXGraph VERSION 3.1.0)
project(CXXGraph VERSION 4.0.0)

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

Expand Down
4 changes: 2 additions & 2 deletions include/CXXGraph/CXXGraphConfig.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// the configured options and settings for CXXGraph
#define CXXGraph_VERSION_MAJOR 3
#define CXXGraph_VERSION_MINOR 1
#define CXXGraph_VERSION_MAJOR 4
#define CXXGraph_VERSION_MINOR 0
#define CXXGraph_VERSION_PATCH 0
2 changes: 1 addition & 1 deletion packaging/deb/CXXGraph/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: CXXGraph
Version: 3.1.0
Version: 4.0.0
Section: custom
Priority: optional
Architecture: all
Expand Down

0 comments on commit 3b3d1c1

Please sign in to comment.