Skip to content

pylonc/PylonCVersion.h#

Defines#

Name
PYLON_C_VERSION_BUILD
PYLON_C_VERSION_MAJOR
PYLON_C_VERSION_MINOR
PYLON_C_VERSION_SUBMINOR
PYLON_C_VERSIONSTRING
PYLON_C_VERSIONSTRING_BUILD
PYLON_C_VERSIONSTRING_MAJOR
PYLON_C_VERSIONSTRING_MINOR
PYLON_C_VERSIONSTRING_SUBMINOR

Macros Documentation#

define PYLON_C_VERSION_BUILD#

#define PYLON_C_VERSION_BUILD 9

define PYLON_C_VERSION_MAJOR#

#define PYLON_C_VERSION_MAJOR 8

define PYLON_C_VERSION_MINOR#

#define PYLON_C_VERSION_MINOR 0

define PYLON_C_VERSION_SUBMINOR#

#define PYLON_C_VERSION_SUBMINOR 0

define PYLON_C_VERSIONSTRING#

#define PYLON_C_VERSIONSTRING PYLON_C_VERSIONSTRING_MAJOR "." PYLON_C_VERSIONSTRING_MINOR "." PYLON_C_VERSIONSTRING_SUBMINOR "."PYLON_C_VERSIONSTRING_BUILD

define PYLON_C_VERSIONSTRING_BUILD#

#define PYLON_C_VERSIONSTRING_BUILD "9"

define PYLON_C_VERSIONSTRING_MAJOR#

#define PYLON_C_VERSIONSTRING_MAJOR "8"

define PYLON_C_VERSIONSTRING_MINOR#

#define PYLON_C_VERSIONSTRING_MINOR "0"

define PYLON_C_VERSIONSTRING_SUBMINOR#

#define PYLON_C_VERSIONSTRING_SUBMINOR "0"