File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 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 .
33#ifndef JSON_VERSION_H_INCLUDED
44#define JSON_VERSION_H_INCLUDED
55
88#define JSONCPP_VERSION_MINOR @JSONCPP_VERSION_MINOR@
99#define JSONCPP_VERSION_PATCH @JSONCPP_VERSION_PATCH@
1010#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))
1214
1315#ifdef JSONCPP_USING_SECURE_MEMORY
1416#undef JSONCPP_USING_SECURE_MEMORY
You can’t perform that action at this time.
0 commit comments