Bump version to 2.3.

This commit is contained in:
whitequark 2016-12-24 02:09:48 +00:00
parent 9c30f7858f
commit 7c1ca46076

View File

@ -26,7 +26,7 @@ include(GetGitCommitHash)
project(solvespace)
set(solvespace_VERSION_MAJOR 2)
set(solvespace_VERSION_MINOR 2)
set(solvespace_VERSION_MINOR 3)
string(SUBSTRING "${GIT_COMMIT_HASH}" 0 8 solvespace_GIT_HASH)
if(NOT WIN32 AND NOT APPLE)