Skip to content

Commit

Permalink
Merge pull request #50 from nicolasbock/version_bump
Browse files Browse the repository at this point in the history
Bumping version to v1.1.0
  • Loading branch information
nicolasbock authored Mar 18, 2017
2 parents 1748639 + 55fb0e8 commit 5063ecf
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 @@ -4,7 +4,7 @@ project(bml C CXX Fortran)
# The library version is versioned off the major version. If the API
# changes, the library version should be bumped.
set(PROJECT_VERSION_MAJOR "1")
set(PROJECT_VERSION_MINOR "0")
set(PROJECT_VERSION_MINOR "1")
set(PROJECT_VERSION_PATCH "0")

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

0 comments on commit 5063ecf

Please sign in to comment.