File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- // DO NOT EDIT. This file (and "version") is generated by CMake.
2
- // Run CMake configure step to update it .
1
+ // DO NOT EDIT. This file (and "version") is a template used by the build system
2
+ // (either CMake or Meson) to generate a "version.h" header file .
3
3
#ifndef JSON_VERSION_H_INCLUDED
4
4
#define JSON_VERSION_H_INCLUDED
5
5
8
8
#define JSONCPP_VERSION_MINOR @JSONCPP_VERSION_MINOR@
9
9
#define JSONCPP_VERSION_PATCH @JSONCPP_VERSION_PATCH@
10
10
#define JSONCPP_VERSION_QUALIFIER
11
- #define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
11
+ #define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) \
12
+ | (JSONCPP_VERSION_MINOR << 16) \
13
+ | (JSONCPP_VERSION_PATCH << 8))
12
14
13
15
#ifdef JSONCPP_USING_SECURE_MEMORY
14
16
#undef JSONCPP_USING_SECURE_MEMORY
You can’t perform that action at this time.
0 commit comments