File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
packaging/deb/CXXGraph/DEBIAN Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.9 )
2
2
3
3
# set the project name and version
4
- project (CXXGraph VERSION 3.0 .0 )
4
+ project (CXXGraph VERSION 3.1 .0 )
5
5
6
6
configure_file (CXXGraphConfig.h.in ${PROJECT_SOURCE_DIR} /include/CXXGraph/CXXGraphConfig.h )
7
7
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ If you are interested, please contact us at
[email protected] or contribute to
44
44
| :heavy_check_mark : | Release 1.1.0 | May 8, 2023 |
45
45
| :heavy_check_mark : | Stable Release 2.0.0 | Jun 1, 2023 |
46
46
| :heavy_check_mark : | Stable Release 3.0.0 | Nov 3, 2023 |
47
+ | :heavy_check_mark : | Release 3.1.0 | Jan 9, 2023 |
47
48
| :memo : | Introduce Hypergraph [ #122 ] ( https://github.com/ZigRazor/CXXGraph/issues/122 ) | TBD |
48
49
| :memo : | Stable Release 4.0.0 | TBD |
49
50
Original file line number Diff line number Diff line change 1
1
// the configured options and settings for CXXGraph
2
2
#define CXXGraph_VERSION_MAJOR 3
3
- #define CXXGraph_VERSION_MINOR 0
3
+ #define CXXGraph_VERSION_MINOR 1
4
4
#define CXXGraph_VERSION_PATCH 0
Original file line number Diff line number Diff line change 1
1
Package: CXXGraph
2
- Version: 0.2 .0
2
+ Version: 3.1 .0
3
3
Section: custom
4
4
Priority: optional
5
5
Architecture: all
You can’t perform that action at this time.
0 commit comments