Skip to content

Commit

Permalink
CMake: Set library version to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgockel committed Jan 22, 2016
1 parent 1e01d82 commit 86daf3c
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 @@ -19,7 +19,7 @@ project(json-voorhees)

cmake_policy(SET CMP0042 NEW) # MACOSX_RPATH

set(JSONV_VERSION "1.1.0"
set(JSONV_VERSION "1.1.1"
CACHE STRING "The version of the library."
)

Expand Down

0 comments on commit 86daf3c

Please sign in to comment.