KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

Current compile-time version of KOS More...

Macros

#define KOS_VERSION_MAJOR   2
 KOS's current major revision number.
 
#define KOS_VERSION_MINOR   1
 KOS's current minor revision number.
 
#define KOS_VERSION_PATCH   0
 KOS's current patch revision number.
 
#define KOS_VERSION    KOS_VERSION_MAKE(KOS_VERSION_MAJOR, KOS_VERSION_MINOR, KOS_VERSION_PATCH)
 KOS's current version as an integer ID.
 
#define KOS_VERSION_STRING
 KOS's current version as a string literal.
 

Detailed Description

Current compile-time version of KOS

These macros provide information about the current version of KOS at compile-time.

Macro Definition Documentation

◆ KOS_VERSION

KOS's current version as an integer ID.

◆ KOS_VERSION_MAJOR

#define KOS_VERSION_MAJOR   2

KOS's current major revision number.

◆ KOS_VERSION_MINOR

#define KOS_VERSION_MINOR   1

KOS's current minor revision number.

◆ KOS_VERSION_PATCH

#define KOS_VERSION_PATCH   0

KOS's current patch revision number.

◆ KOS_VERSION_STRING

#define KOS_VERSION_STRING
Value:
#define KOS_VERSION_MAJOR
KOS's current major revision number.
Definition version.h:100
#define KOS_VERSION_MINOR
KOS's current minor revision number.
Definition version.h:101
#define KOS_VERSION_PATCH
KOS's current patch revision number.
Definition version.h:102
#define KOS_VERSION_MAKE_STRING(major, minor, patch)
Creates a version string from its constituents.
Definition version.h:265

KOS's current version as a string literal.