Skip to content

Commit b545cb2

Browse files
committed
increase API version due to !3463
1 parent 96e2246 commit b545cb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(SCIP_VERSION_MAJOR 10)
1717
set(SCIP_VERSION_MINOR 0)
1818
set(SCIP_VERSION_PATCH 0)
1919
set(SCIP_VERSION_SUB 0)
20-
set(SCIP_VERSION_API 119)
20+
set(SCIP_VERSION_API 120)
2121

2222
project(SCIP
2323
VERSION ${SCIP_VERSION_MAJOR}.${SCIP_VERSION_MINOR}.${SCIP_VERSION_PATCH}.${SCIP_VERSION_SUB}

make/make.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ SCIP_VERSION_MAJOR = 10
9797
SCIP_VERSION_MINOR = 0
9898
SCIP_VERSION_PATCH = 0
9999
SCIP_VERSION_SUB = 0
100-
SCIP_VERSION_API = 119
100+
SCIP_VERSION_API = 120
101101
SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH).$(SCIP_VERSION_SUB)
102102

103103
# compiling and linking parameters

0 commit comments

Comments
 (0)