Skip to content

Commit d98fb82

Browse files
committed
chore(CMakeLists.txt): bump to 3.16.05.03
1 parent c51427e commit d98fb82

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.12)
22
project(DREAL C CXX)
33
set(DREAL_VERSION_MAJOR 3)
44
set(DREAL_VERSION_MINOR 16)
5-
set(DREAL_VERSION_PATCH 05.02)
5+
set(DREAL_VERSION_PATCH 05.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)