File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packaging/deb/CXXGraph/DEBIAN Expand file tree Collapse file tree 3 files changed +4
-4
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.1 .0 )
4
+ project (CXXGraph VERSION 4.0 .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 1
1
// the configured options and settings for CXXGraph
2
- #define CXXGraph_VERSION_MAJOR 3
3
- #define CXXGraph_VERSION_MINOR 1
2
+ #define CXXGraph_VERSION_MAJOR 4
3
+ #define CXXGraph_VERSION_MINOR 0
4
4
#define CXXGraph_VERSION_PATCH 0
Original file line number Diff line number Diff line change 1
1
Package: CXXGraph
2
- Version: 3.1 .0
2
+ Version: 4.0 .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