Skip to content

Commit bfcc300

Browse files
committed
chore(CMakeLists.txt): bump version to 3.16.04.01
1 parent 6b0f5e4 commit bfcc300

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 16)
5-
set(DREAL_VERSION_PATCH 04)
5+
set(DREAL_VERSION_PATCH 04.01)
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)