Skip to content

Commit

Permalink
Preparation for release 4.1.0 (#456)
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 21, 2024
1 parent f2f7d90 commit e3583ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 4.0.0)
project(CXXGraph VERSION 4.1.0)

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

Expand Down
2 changes: 1 addition & 1 deletion 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 4
#define CXXGraph_VERSION_MINOR 0
#define CXXGraph_VERSION_MINOR 1
#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: 4.0.0
Version: 4.1.0
Section: custom
Priority: optional
Architecture: all
Expand Down

0 comments on commit e3583ed

Please sign in to comment.