Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tm604 committed Dec 3, 2015
1 parent 880c480 commit de1b49b
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 @@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
PROJECT(asio-protocols)
set (VERSION_MAJOR 1)
set (VERSION_MINOR 2)
set (VERSION_PATCH 1)
set (VERSION_PATCH 2)
set (PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
set (PROJECT_VERSION_REVISION 1)

Expand Down

0 comments on commit de1b49b

Please sign in to comment.