Skip to content

Commit

Permalink
Set the version for the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
branoholy committed Feb 27, 2016
1 parent fa5b582 commit 06da806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ project("regilo")

# Set project version
set(PROJECT_VERSION_MAJOR "2")
set(PROJECT_VERSION_MINOR "1")
set(PROJECT_VERSION_PATCH "2")
set(PROJECT_VERSION_MINOR "2")
set(PROJECT_VERSION_PATCH "")
set(PROJECT_VERSION_TWEAK "")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")

Expand Down

0 comments on commit 06da806

Please sign in to comment.