Skip to content

Commit

Permalink
Merge pull request #266 from nicolasbock/tag
Browse files Browse the repository at this point in the history
Set version v1.3.1
  • Loading branch information
nicolasbock authored Jun 27, 2019
2 parents a4d3a54 + 5c62bd0 commit 47fdb86
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 @@ -15,7 +15,7 @@ project(bml ${LANGUAGES})
# changes, the library version should be bumped.
set(PROJECT_VERSION_MAJOR "1")
set(PROJECT_VERSION_MINOR "3")
set(PROJECT_VERSION_PATCH "0")
set(PROJECT_VERSION_PATCH "1")

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

0 comments on commit 47fdb86

Please sign in to comment.