Skip to content

Commit

Permalink
chore(CMakeLists.txt): bump version to 3.15.08.03
Browse files Browse the repository at this point in the history
  • Loading branch information
soonhokong committed Sep 8, 2015
1 parent b7d26f8 commit 41bb3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.7)
project(DREAL C CXX)
set(DREAL_VERSION_MAJOR 3)
set(DREAL_VERSION_MINOR 15)
set(DREAL_VERSION_PATCH 08.02)
set(DREAL_VERSION_PATCH 08.03)
set(PACKAGE_NAME dReal)
set(PACKAGE_VERSION "${DREAL_VERSION_MAJOR}.${DREAL_VERSION_MINOR}.${DREAL_VERSION_PATCH}")
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
Expand Down

0 comments on commit 41bb3c3

Please sign in to comment.