13 lines
180 B
C
13 lines
180 B
C
#pragma once
|
|
|
|
#ifndef VERSION_MAJOR
|
|
#define VERSION_MAJOR 0
|
|
#endif
|
|
|
|
#ifndef VERSION_MINOR
|
|
#define VERSION_MINOR 0
|
|
#endif
|
|
|
|
#ifndef VERSION_BUILD
|
|
#define VERSION_BUILD 0
|
|
#endif |