File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ endif()
1212
1313set (SCIP_VERSION_MAJOR 9)
1414set (SCIP_VERSION_MINOR 2)
15- set (SCIP_VERSION_PATCH 2 )
15+ set (SCIP_VERSION_PATCH 3 )
1616set (SCIP_VERSION_SUB 0)
1717set (SCIP_VERSION_API 115)
1818
Original file line number Diff line number Diff line change 104104 *
105105 * \verbinclude output.log
106106 *
107- * @version 9.2.2
107+ * @version 9.2.3
108108 *
109109 * \image html scippy.png
110110 */
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ CLOCKTYPE = 1
9595# set SCIP version here for external projects
9696SCIP_VERSION_MAJOR = 9
9797SCIP_VERSION_MINOR = 2
98- SCIP_VERSION_PATCH = 2
98+ SCIP_VERSION_PATCH = 3
9999SCIP_VERSION_SUB = 0
100100SCIP_VERSION_API = 115
101101SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH).$(SCIP_VERSION_SUB)
Original file line number Diff line number Diff line change 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 "
1010NAME=" scip-$VERSION "
1111if test ! -e release
1212then
You can’t perform that action at this time.
0 commit comments