Zth (libzth)
version.h File Reference
#include <libzth/util.h>

Go to the source code of this file.

Namespaces

 zth
 

Macros

#define ZTH_VERSION_MAJOR   1
 Zth major version as int. More...
 
#define ZTH_VERSION_MINOR   1
 Zth minor version as int. More...
 
#define ZTH_VERSION_PATCH   1
 Zth patch version as int. More...
 
#define ZTH_VERSION_SUFFIX   "-alpha"
 Zth version suffix as string literal. More...
 
#define ZTH_VERSION
 Zth version as string literal. More...
 
#define ZTH_VERSION_NUM
 Zth version as number. More...
 

Functions

constexpr char const * zth::version () noexcept
 Returns the version of Zth. More...
 
char const * zth_version () noexcept
 Returns the version of Zth. More...