Skip to content

Commit 4a85806

Browse files
committed
chore(CMakeLists.txt): bump version to 3.15.10.03
1 parent 2634d09 commit 4a85806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.7)
22
project(DREAL C CXX)
33
set(DREAL_VERSION_MAJOR 3)
44
set(DREAL_VERSION_MINOR 15)
5-
set(DREAL_VERSION_PATCH 10.02)
5+
set(DREAL_VERSION_PATCH 10.03)
66
set(PACKAGE_NAME dReal)
77
set(PACKAGE_VERSION "${DREAL_VERSION_MAJOR}.${DREAL_VERSION_MINOR}.${DREAL_VERSION_PATCH}")
88
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")

0 commit comments

Comments
 (0)