|
1 | 1 | /////////////////////////////////////////////////////////////////////////////// |
2 | | -// YGGDRASIL_RAPIDJSON_VERSION_STRING |
| 2 | +// @MACRO_PREFIX@_VERSION_STRING |
3 | 3 | // |
4 | 4 | #ifndef @MACRO_PREFIX@_VERSION_H_ |
5 | 5 | #define @MACRO_PREFIX@_VERSION_H_ |
|
13 | 13 | /*! \def @MACRO_PREFIX@_MAJOR_VERSION |
14 | 14 | \ingroup @MACRO_PREFIX@_CONFIG |
15 | 15 | \brief Major version of RapidJSON in integer |
16 | | - that this version of YggdrasilRapidJSON is based on. |
| 16 | + that this version of @PROJECT_NAME@ is based on. |
17 | 17 | */ |
18 | 18 | /*! \def @MACRO_PREFIX@_MINOR_VERSION |
19 | 19 | \ingroup @MACRO_PREFIX@_CONFIG |
20 | 20 | \brief Minor version of RapidJSON in integer |
21 | | - that this version of YggdrasilRapidJSON is based on. |
| 21 | + that this version of @PROJECT_NAME@ is based on. |
22 | 22 | */ |
23 | 23 | /*! \def @MACRO_PREFIX@_PATCH_VERSION |
24 | 24 | \ingroup @MACRO_PREFIX@_CONFIG |
25 | 25 | \brief Patch version of RapidJSON in integer |
26 | | - that this version of YggdrasilRapidJSON is based on. |
| 26 | + that this version of @PROJECT_NAME@ is based on. |
27 | 27 | */ |
28 | 28 | /*! \def @MACRO_PREFIX@_EXTEN_VERSION |
29 | 29 | \ingroup @MACRO_PREFIX@_CONFIG |
30 | | - \brief Version of YggdrasilRapidJSON based on RapidJSON. |
| 30 | + \brief Version of @PROJECT_NAME@ based on RapidJSON. |
31 | 31 | */ |
32 | 32 | /*! \def @MACRO_PREFIX@_VERSION_STRING |
33 | 33 | \ingroup @MACRO_PREFIX@_CONFIG |
|
0 commit comments