Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Jsoncpp
Commits
d8cd848e
Commit
d8cd848e
authored
8 years ago
by
Christopher Dunn
Browse files
Options
Download
Patches
Plain Diff
1.7.7
parent
92259f71
master
00.11.z
BillyDonahue-avoid-isprint
bc
jsoncpp_version
pypi
update
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.7
00.11.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
CMakeLists.txt
include/json/version.h
+2
-2
include/json/version.h
version
+1
-1
version
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
d8cd848e
...
...
@@ -69,7 +69,7 @@ ENDMACRO()
#SET( JSONCPP_VERSION_MAJOR X )
#SET( JSONCPP_VERSION_MINOR Y )
#SET( JSONCPP_VERSION_PATCH Z )
SET
(
JSONCPP_VERSION 1.7.
6
)
SET
(
JSONCPP_VERSION 1.7.
7
)
jsoncpp_parse_version
(
${
JSONCPP_VERSION
}
JSONCPP_VERSION
)
#IF(NOT JSONCPP_VERSION_FOUND)
# MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect X.Y.Z")
...
...
This diff is collapsed.
Click to expand it.
include/json/version.h
+
2
−
2
View file @
d8cd848e
...
...
@@ -3,10 +3,10 @@
#ifndef JSON_VERSION_H_INCLUDED
# define JSON_VERSION_H_INCLUDED
# define JSONCPP_VERSION_STRING "1.7.
6
"
# define JSONCPP_VERSION_STRING "1.7.
7
"
# define JSONCPP_VERSION_MAJOR 1
# define JSONCPP_VERSION_MINOR 7
# define JSONCPP_VERSION_PATCH
6
# define JSONCPP_VERSION_PATCH
7
# define JSONCPP_VERSION_QUALIFIER
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
...
...
This diff is collapsed.
Click to expand it.
version
+
1
−
1
View file @
d8cd848e
1.7.
6
1.7.
7
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets