Skip to content

Commit

Permalink
Bump minor version in CMakeLists.txt
Browse files Browse the repository at this point in the history
There must be a way to do this automatically like what we do in make_version.sh
  • Loading branch information
blakejohnson committed Nov 9, 2016
1 parent b91d663 commit f4fb2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PROJECT( libaps2 )
set (CMAKE_CXX_STANDARD 11)

set(APS2_VERSION_MAJOR 1)
set(APS2_VERSION_MINOR 0)
set(APS2_VERSION_MINOR 2)
set(APS2_VERSION_PATCH 0)
set(APS2_VERSION_STRING ${APS2_VERSION_MAJOR}.${APS2_VERSION_MINOR}.${APS2_VERSION_PATCH})

Expand Down

0 comments on commit f4fb2bd

Please sign in to comment.