|
lipsum-cpp 0.5.4
A basic library written in C++ for generating placeholder Lorem Ipsum text.
|
Version constants for lipsum-cpp. More...
Go to the source code of this file.
Variables | |
| constexpr const char * | LIPSUM_CPP_VERSION = "0.5.4" |
| The current version of lipsum-cpp. | |
| constexpr int | LIPSUM_CPP_VERSION_MAJOR = 0 |
| The current major version of lipsum-cpp. | |
| constexpr int | LIPSUM_CPP_VERSION_MINOR = 5 |
| The current minor version of lipsum-cpp. | |
| constexpr int | LIPSUM_CPP_VERSION_PATCH = 4 |
| The current patch version of lipsum-cpp. | |
| constexpr const char * | LIPSUM_CPP_VERSION_COMMIT = "db7e4cc" |
| The current Git commit of lipsum-cpp. | |
| constexpr const char * | LIPSUM_CPP_VERSION_FULL = "0.5.4+db7e4cc-26081820" |
| The current version of lipsum-cpp, to the Git commit. | |
| constexpr const char * | LIPSUM_CPP_VERSION_TIME |
| The time lipsum-cpp was last edited. | |
| constexpr bool | LIPSUM_CPP_VERSION_ISDEV = false |
| Whether lipsum-cpp is a development build. | |
| constexpr const char * | LIPSUM_CPP_VERSION_DATE = "26081820" |
| The date lipsum-cpp was last edited. | |
Version constants for lipsum-cpp.
This defines constants for the current lipsum-cpp version. It is automatically generated by a CMake script. This file is under the BSD Zero-Clause License.
|
inlineconstexpr |
The current version of lipsum-cpp.
This constant stores the current version of lipsum-cpp, stored as a string.
|
inlineconstexpr |
The current Git commit of lipsum-cpp.
This constant stores the current abbreviated Git commit ID of lipsum-cpp as of the last time scripts/version.cmake was ran.
|
inlineconstexpr |
The date lipsum-cpp was last edited.
This constant stores the current date in UTC as of the last time scripts/version.cmake was ran, in the format YYMMDDHH.
|
inlineconstexpr |
The current version of lipsum-cpp, to the Git commit.
This constant 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.
|
inlineconstexpr |
Whether lipsum-cpp is a development build.
This constant stores whether lipsum-cpp is a development build as of the last time scripts/version.cmake was ran.
|
inlineconstexpr |
The current major version of lipsum-cpp.
This constant stores the current major version of lipsum-cpp.
|
inlineconstexpr |
The current minor version of lipsum-cpp.
This constant stores the current minor version of lipsum-cpp.
|
inlineconstexpr |
The current patch version of lipsum-cpp.
This constant stores the current patch version of lipsum-cpp.
|
inlineconstexpr |
The time lipsum-cpp was last edited.
This constant 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.