Skip to content

Commit

Permalink
Bumped build version for 4.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-crowhurst committed Jul 17, 2017
1 parent 41a64e8 commit c27c672
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 @@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 2.8.10 )

project( restbed CXX )
set( restbed_VERSION_MAJOR 4 )
set( restbed_VERSION_MINOR 5.0 )
set( restbed_VERSION_MINOR 6.0 )
set( restbed_VERSION ${restbed_VERSION_MAJOR}.${restbed_VERSION_MINOR} )
set( PACKAGE_VERSION ${restbed_VERSION} )
set( VERSION "${restbed_VERSION}" )
Expand Down

0 comments on commit c27c672

Please sign in to comment.