Skip to content

Commit 1fdcff9

Browse files
authored
Preparation for Release 3.1.0 (#387)
Signed-off-by: ZigRazor <[email protected]>
1 parent 12a8fa2 commit 1fdcff9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.0.0)
4+
project(CXXGraph VERSION 3.1.0)
55

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ If you are interested, please contact us at [email protected] or contribute to
4444
| :heavy_check_mark: | Release 1.1.0 | May 8, 2023 |
4545
| :heavy_check_mark: | Stable Release 2.0.0 | Jun 1, 2023 |
4646
| :heavy_check_mark: | Stable Release 3.0.0 | Nov 3, 2023 |
47+
| :heavy_check_mark: | Release 3.1.0 | Jan 9, 2023 |
4748
| :memo: | Introduce Hypergraph [#122](https://github.com/ZigRazor/CXXGraph/issues/122) | TBD |
4849
| :memo: | Stable Release 4.0.0 | TBD |
4950

include/CXXGraph/CXXGraphConfig.h

Lines changed: 1 addition & 1 deletion
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 3
3-
#define CXXGraph_VERSION_MINOR 0
3+
#define CXXGraph_VERSION_MINOR 1
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: 0.2.0
2+
Version: 3.1.0
33
Section: custom
44
Priority: optional
55
Architecture: all

0 commit comments

Comments
 (0)