Demo 0.0.1
Example C++ project
Loading...
Searching...
No Matches
version.h File Reference

Go to the source code of this file.

Macros

#define DEMO_VERSION_STRING   "0.0.1"
 
#define DEMO_VERSION_MAJOR   0
 
#define DEMO_VERSION_MINOR   0
 
#define DEMO_VERSION_PATCH   1
 
#define DEMO_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define DEMO_VERSION_NUMBER   DEMO_VERSION(0, 0, 1)
 

Macro Definition Documentation

◆ DEMO_VERSION

#define DEMO_VERSION ( a,
b,
c )   (((a) << 16) + ((b) << 8) + (c))

◆ DEMO_VERSION_MAJOR

#define DEMO_VERSION_MAJOR   0

◆ DEMO_VERSION_MINOR

#define DEMO_VERSION_MINOR   0

◆ DEMO_VERSION_NUMBER

#define DEMO_VERSION_NUMBER   DEMO_VERSION(0, 0, 1)

◆ DEMO_VERSION_PATCH

#define DEMO_VERSION_PATCH   1

◆ DEMO_VERSION_STRING

#define DEMO_VERSION_STRING   "0.0.1"