Skip to content

Commit e93c8b0

Browse files
committed
update version to 9.2.3
1 parent 567b1d2 commit e93c8b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
set(SCIP_VERSION_MAJOR 9)
1414
set(SCIP_VERSION_MINOR 2)
15-
set(SCIP_VERSION_PATCH 2)
15+
set(SCIP_VERSION_PATCH 3)
1616
set(SCIP_VERSION_SUB 0)
1717
set(SCIP_VERSION_API 115)
1818

doc/xternal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
*
105105
* \verbinclude output.log
106106
*
107-
* @version 9.2.2
107+
* @version 9.2.3
108108
*
109109
* \image html scippy.png
110110
*/

make/make.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ CLOCKTYPE = 1
9595
# set SCIP version here for external projects
9696
SCIP_VERSION_MAJOR = 9
9797
SCIP_VERSION_MINOR = 2
98-
SCIP_VERSION_PATCH = 2
98+
SCIP_VERSION_PATCH = 3
9999
SCIP_VERSION_SUB = 0
100100
SCIP_VERSION_API = 115
101101
SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH).$(SCIP_VERSION_SUB)

scripts/makedist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# For release versions, only use VERSION="x.x.x".
77
# For development versions, use VERSION="x.x.x.x" with subversion number.
88

9-
VERSION="9.2.2"
9+
VERSION="9.2.3"
1010
NAME="scip-$VERSION"
1111
if test ! -e release
1212
then

0 commit comments

Comments
 (0)