Skip to content

Commit

Permalink
Preparation for Release 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: ZigRazor <zigrazor@gmail.com>
Signed-off-by: ZigRazor <zigrazor@gmail.com>
  • Loading branch information
ZigRazor authored Jan 9, 2024
1 parent 12a8fa2 commit 7f1aac5
Show file tree
Hide file tree
Showing 4 changed files with 4 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 3.0.0)
project(CXXGraph VERSION 3.1.0)

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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ If you are interested, please contact us at zigrazor@gmail.com or contribute to
| :heavy_check_mark: | Release 1.1.0 | May 8, 2023 |
| :heavy_check_mark: | Stable Release 2.0.0 | Jun 1, 2023 |
| :heavy_check_mark: | Stable Release 3.0.0 | Nov 3, 2023 |
| :heavy_check_mark: | Release 3.1.0 | Jan 9, 2023 |
| :memo: | Introduce Hypergraph [#122](https://github.com/ZigRazor/CXXGraph/issues/122) | TBD |
| :memo: | Stable Release 4.0.0 | TBD |

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 3
#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: 0.2.0
Version: 3.1.0
Section: custom
Priority: optional
Architecture: all
Expand Down

0 comments on commit 7f1aac5

Please sign in to comment.