Skip to content

Commit

Permalink
Merge pull request #201 from nicolasbock/version_bump
Browse files Browse the repository at this point in the history
Version bump to v1.3.0
  • Loading branch information
nicolasbock committed Mar 30, 2018
2 parents 34e4057 + 403971e commit 8d34ecc
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 @@ -13,8 +13,8 @@ project(bml ${LANGUAGES})
# 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 "2")
set(PROJECT_VERSION_PATCH "3")
set(PROJECT_VERSION_MINOR "3")
set(PROJECT_VERSION_PATCH "0")

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

0 comments on commit 8d34ecc

Please sign in to comment.