Skip to content

Commit

Permalink
Tag v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejohnson committed Jan 17, 2017
1 parent 26d980b commit bfa34fe
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 2)
set(APS2_VERSION_MINOR 3)
set(APS2_VERSION_PATCH 0)
set(APS2_VERSION_STRING ${APS2_VERSION_MAJOR}.${APS2_VERSION_MINOR}.${APS2_VERSION_PATCH})

Expand Down

0 comments on commit bfa34fe

Please sign in to comment.