Skip to content

Commit a672fc1

Browse files
author
Tim Aitken
committed
version bump
1 parent c482536 commit a672fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ project(jsoncpp
7272
# 2. ./include/json/version.h
7373
# 3. ./CMakeLists.txt
7474
# IMPORTANT: also update the PROJECT_SOVERSION!!
75-
VERSION 1.9.5 # <major>[.<minor>[.<patch>[.<tweak>]]]
75+
VERSION 1.10.0 # <major>[.<minor>[.<patch>[.<tweak>]]]
7676
LANGUAGES CXX)
7777

7878
message(STATUS "JsonCpp Version: ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

0 commit comments

Comments
 (0)