Skip to content

Commit

Permalink
bumped version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rolinh committed May 30, 2012
1 parent e74e250 commit c71ecdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(PACKAGE ${CMAKE_PROJECT_NAME})
set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_BRANCH "-RC")
set(VERSION_BRANCH "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_BRANCH})

# useful defines
Expand Down

0 comments on commit c71ecdf

Please sign in to comment.