Skip to content

Commit

Permalink
Version bump to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbock committed Feb 17, 2016
1 parent 0dc198a commit 3bcae0f
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(bml C CXX Fortran)
# changes, the library version should be bumped.
set(PROJECT_VERSION_MAJOR "0")
set(PROJECT_VERSION_MINOR "1")
set(PROJECT_VERSION_PATCH "2")
set(PROJECT_VERSION_PATCH "3")

set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(PROJECT_DESCRIPTION
Expand Down

0 comments on commit 3bcae0f

Please sign in to comment.