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

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.

Detailed Description

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.

Author
LambBread from github.com

Macro Definition Documentation

◆ LIPSUM_CPP_VERSION_C

#define LIPSUM_CPP_VERSION_C   "0.5.4"

The current version of lipsum-cpp.

Since
0.2.1

This macro stores the current version of lipsum-cpp.

◆ LIPSUM_CPP_VERSION_COMMIT_C

#define LIPSUM_CPP_VERSION_COMMIT_C   "db7e4cc"

The current Git commit of lipsum-cpp.

Since
0.4.2

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

◆ LIPSUM_CPP_VERSION_DATE_C

#define LIPSUM_CPP_VERSION_DATE_C   "26081820"

The date lipsum-cpp was last edited.

Since
0.4.6

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

◆ LIPSUM_CPP_VERSION_FULL_C

#define LIPSUM_CPP_VERSION_FULL_C   "0.5.4+db7e4cc-26081820"

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

Since
0.4.2

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.

◆ LIPSUM_CPP_VERSION_ISDEV_C

#define LIPSUM_CPP_VERSION_ISDEV_C   false

Whether lipsum-cpp is a development build.

Since
0.4.6

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

◆ LIPSUM_CPP_VERSION_MAJOR_C

#define LIPSUM_CPP_VERSION_MAJOR_C   0

The major version of lipsum-cpp.

Since
0.4.0

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

◆ LIPSUM_CPP_VERSION_MINOR_C

#define LIPSUM_CPP_VERSION_MINOR_C   5

The minor version of lipsum-cpp.

Since
0.4.0

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

◆ LIPSUM_CPP_VERSION_PATCH_C

#define LIPSUM_CPP_VERSION_PATCH_C   4

The patch version of lipsum-cpp.

Since
0.4.0

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

◆ LIPSUM_CPP_VERSION_TIME_C

#define LIPSUM_CPP_VERSION_TIME_C   "2026-08-18 20:22:18 UTC"

The time lipsum-cpp was last edited.

Since
0.4.6

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.