Skip to content

Commit 06dcb1f

Browse files
committed
cmake updates this
1 parent 973de39 commit 06dcb1f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

include/json/version.h

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
// DO NOT EDIT. This file is generated by CMake from "version"
1+
// DO NOT EDIT. This file is generated by CMake from "version"
22
// and "version.h.in" files.
33
// Run CMake configure step to update it.
44
#ifndef JSON_VERSION_H_INCLUDED
5-
#define JSON_VERSION_H_INCLUDED
5+
# define JSON_VERSION_H_INCLUDED
66

7-
#define JSONCPP_VERSION_STRING "0.6.0-dev"
8-
#define JSONCPP_VERSION_MAJOR 0
9-
#define JSONCPP_VERSION_MINOR 6
10-
#define JSONCPP_VERSION_PATCH 0
11-
#define JSONCPP_VERSION_QUALIFIER -dev
12-
#define JSONCPP_VERSION_HEXA \
13-
((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
14-
(JSONCPP_VERSION_PATCH << 8))
7+
# define JSONCPP_VERSION_STRING "0.6.0-dev"
8+
# define JSONCPP_VERSION_MAJOR 0
9+
# define JSONCPP_VERSION_MINOR 6
10+
# define JSONCPP_VERSION_PATCH 0
11+
# define JSONCPP_VERSION_QUALIFIER -dev
12+
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
1513

1614
#endif // JSON_VERSION_H_INCLUDED

0 commit comments

Comments
 (0)