Skip to content

Commit 3863929

Browse files
committed
incremeent API version after !3543 and !3544
1 parent d310678 commit 3863929

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 122)
20+
set(SCIP_VERSION_API 123)
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 = 122
100+
SCIP_VERSION_API = 123
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)