|
lipsum-cpp 0.5.4
A basic library written in C++ for generating placeholder Lorem Ipsum text.
|
Version macros for lipsum-cpp. More...
Go to the source code of this file.
Macros | |
| #define | LIPSUMC_VERSION_H |
| #define | LIPSUM_CPP_VERSION_C "0.5.4" |
| The current version of lipsum-cpp. | |
| #define | LIPSUM_CPP_VERSION_MAJOR_C 0 |
| The major version of lipsum-cpp. | |
| #define | LIPSUM_CPP_VERSION_MINOR_C 5 |
| The minor version of lipsum-cpp. | |
| #define | LIPSUM_CPP_VERSION_PATCH_C 4 |
| The patch version of lipsum-cpp. | |
| #define | LIPSUM_CPP_VERSION_COMMIT_C "db7e4cc" |
| The current Git commit of lipsum-cpp. | |
| #define | LIPSUM_CPP_VERSION_FULL_C "0.5.4+db7e4cc-26081820" |
| The current version of lipsum-cpp, to the Git commit. | |
| #define | LIPSUM_CPP_VERSION_TIME_C "2026-08-18 20:22:18 UTC" |
| The time lipsum-cpp was last edited. | |
| #define | LIPSUM_CPP_VERSION_ISDEV_C false |
| Whether lipsum-cpp is a development build. | |
| #define | LIPSUM_CPP_VERSION_DATE_C "26081820" |
| The date lipsum-cpp was last edited. | |
Version macros for lipsum-cpp.
This defines macros for the current lipsum-cpp version. It is automatically generated by a CMake script. This file is under the BSD Zero-Clause License.
| #define LIPSUM_CPP_VERSION_C "0.5.4" |
The current version of lipsum-cpp.
This macro stores the current version of lipsum-cpp.
| #define LIPSUM_CPP_VERSION_COMMIT_C "db7e4cc" |
The current Git commit of lipsum-cpp.
This macro stores the current abbreviated Git commit ID of lipsum-cpp as of the last time scripts/version.cmake was ran.
| #define LIPSUM_CPP_VERSION_DATE_C "26081820" |
The date lipsum-cpp was last edited.
This macro stores the current date in UTC as of the last time scripts/version.cmake was ran, in the format YYMMDDHH.
| #define LIPSUM_CPP_VERSION_FULL_C "0.5.4+db7e4cc-26081820" |
The current version of lipsum-cpp, to the Git commit.
This macro stores the current version of lipsum-cpp with the abbreviated Git commit ID and date as of the last time scripts/version.cmake was ran.
| #define LIPSUM_CPP_VERSION_ISDEV_C false |
Whether lipsum-cpp is a development build.
This macro stores whether lipsum-cpp is a development build as of the last time scripts/version.cmake was ran.
| #define LIPSUM_CPP_VERSION_MAJOR_C 0 |
The major version of lipsum-cpp.
This macro stores the current major version of lipsum-cpp.
| #define LIPSUM_CPP_VERSION_MINOR_C 5 |
The minor version of lipsum-cpp.
This macro stores the current minor version of lipsum-cpp.
| #define LIPSUM_CPP_VERSION_PATCH_C 4 |
The patch version of lipsum-cpp.
This macro stores the current patch version of lipsum-cpp.
| #define LIPSUM_CPP_VERSION_TIME_C "2026-08-18 20:22:18 UTC" |
The time lipsum-cpp was last edited.
This macro stores the current time in UTC as of the last time scripts/version.cmake was ran, in the format YYYY-MM-DD HH:MM:SS UTC.