lipsum-cpp 0.5.4
A basic library written in C++ for generating placeholder Lorem Ipsum text.
Loading...
Searching...
No Matches
version.hpp File Reference

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.

Detailed Description

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.

Author
LambBread from github.com

Variable Documentation

◆ LIPSUM_CPP_VERSION

const char* LIPSUM_CPP_VERSION = "0.5.4"
inlineconstexpr

The current version of lipsum-cpp.

Since
0.2.1

This constant stores the current version of lipsum-cpp, stored as a string.

Examples
Misc.cpp.

◆ LIPSUM_CPP_VERSION_COMMIT

const char* LIPSUM_CPP_VERSION_COMMIT = "db7e4cc"
inlineconstexpr

The current Git commit of lipsum-cpp.

Since
0.4.2

This constant stores the current abbreviated Git commit ID of lipsum-cpp as of the last time scripts/version.cmake was ran.

Examples
Misc.cpp.

◆ LIPSUM_CPP_VERSION_DATE

const char* LIPSUM_CPP_VERSION_DATE = "26081820"
inlineconstexpr

The date lipsum-cpp was last edited.

Since
0.4.6

This constant stores the current date in UTC as of the last time scripts/version.cmake was ran, in the format YYMMDDHH.

Examples
Misc.cpp.

◆ LIPSUM_CPP_VERSION_FULL

const char* LIPSUM_CPP_VERSION_FULL = "0.5.4+db7e4cc-26081820"
inlineconstexpr

The current version of lipsum-cpp, to the Git commit.

Since
0.4.2

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.

◆ LIPSUM_CPP_VERSION_ISDEV

bool LIPSUM_CPP_VERSION_ISDEV = false
inlineconstexpr

Whether lipsum-cpp is a development build.

Since
0.4.6

This constant stores whether lipsum-cpp is a development build as of the last time scripts/version.cmake was ran.

◆ LIPSUM_CPP_VERSION_MAJOR

int LIPSUM_CPP_VERSION_MAJOR = 0
inlineconstexpr

The current major version of lipsum-cpp.

Since
0.4.0

This constant stores the current major version of lipsum-cpp.

Examples
Misc.cpp.

◆ LIPSUM_CPP_VERSION_MINOR

int LIPSUM_CPP_VERSION_MINOR = 5
inlineconstexpr

The current minor version of lipsum-cpp.

Since
0.4.0

This constant stores the current minor version of lipsum-cpp.

Examples
Misc.cpp.

◆ LIPSUM_CPP_VERSION_PATCH

int LIPSUM_CPP_VERSION_PATCH = 4
inlineconstexpr

The current patch version of lipsum-cpp.

Since
0.4.0

This constant stores the current patch version of lipsum-cpp.

Examples
Misc.cpp.

◆ LIPSUM_CPP_VERSION_TIME

const char* LIPSUM_CPP_VERSION_TIME
inlineconstexpr
Initial value:
=
"2026-08-18 20:22:18 UTC"

The time lipsum-cpp was last edited.

Since
0.4.6

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.

Examples
Misc.cpp.