-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathversion.h
34 lines (26 loc) · 809 Bytes
/
version.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#ifndef VERSION_H
#define VERSION_H
//Date Version Types
#define ACAP_DATE "26"
#define ACAP_MONTH "07"
#define ACAP_YEAR "2019"
#define ACAP_UBUNTU_VERSION_STYLE "19.07"
//Software Status
#define ACAP_STATUS ""
#define ACAP_STATUS_SHORT ""
//Standard Version Type
#define ACAP_MAJOR 0
#define ACAP_MINOR 0
#define ACAP_BUILD 1
#define ACAP_REVISION 5
//Miscellaneous Version Types
#define ACAP_BUILDS_COUNT 0
#define ACAP_RC_FILEVERSION 0,0,1,5
#define ACAP_RC_FILEVERSION_STRING "0, 0, 1, 5\0"
#define ACAP_FULLVERSION_STRING "0.0.1.5"
//SVN Version
#define ACAP_SVN_REVISION "104"
#define ACAP_SVN_DATE "2019-06-07T10:03:15.190172Z"
//These values are to keep track of your versioning state, don't modify them.
#define ACAP_BUILD_HISTORY 1
#endif //VERSION_H