Skip to content

Commit

Permalink
properly bump dfc version
Browse files Browse the repository at this point in the history
  • Loading branch information
rolinh committed Oct 4, 2014
1 parent 0962467 commit d86f306
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 @@ -5,7 +5,7 @@ project(dfc C)
set(PACKAGE ${CMAKE_PROJECT_NAME})
set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 4)
set(VERSION_PATCH 5)
set(VERSION_BRANCH "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_BRANCH})

Expand Down

0 comments on commit d86f306

Please sign in to comment.