Skip to content

Commit

Permalink
chore(CMakeLists.txt): bump to version 3.15.04.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soonhokong committed Apr 21, 2015
1 parent 0f5a9ce commit 5b23325
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 04.1)
set(DREAL_VERSION_PATCH 04.2)
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 5b23325

Please sign in to comment.