Mini Thread 2.28.x
Menu
Start
Class List
Class Hierarchy
Members
Namespace List
Files
Pages
Links
Github
Platformio
mn_auto_version.hpp
Go to the documentation of this file.
1
#ifndef _MINLIB_AUTO_VERSION_H_
2
#define _MINLIB_AUTO_VERSION_H_
3
4
namespace
mn
{
5
6
//Date Version Types
7
#define MN_VERSION_DATE "26"
8
#define MN_VERSION_MONTH "06"
9
#define MN_VERSION_YEAR "2021"
10
#define MN_VERSION_UBUNTU_VERSION_STYLE "21.06"
11
12
//Software Status
13
#define MN_VERSION_STATUS "unstable"
14
#define MN_VERSION_STATUS_SHORT "u"
15
16
//Standard Version Type
17
#define MN_VERSION_MAJOR 2
18
#define MN_VERSION_MINOR 29
19
#define MN_VERSION_BUILD 8995
20
#define MN_VERSION_REVISION 57
21
22
//Miscellaneous Version Types
23
#define MN_VERSION_BUILDS_COUNT 9
24
#define MN_VERSION_RC_FILEVERSION 2,29,8995,57
25
#define MN_VERSION_RC_FILEVERSION_STRING "2, 29, 8995, 57\6"
26
#define MN_VERSION_FULLVERSION_STRING "2.29.8995.57"
27
28
//These values are to keep track of your versioning state, don't modify them.
29
#define MN_VERSION_BUILD_HISTORY 3
30
31
32
}
33
#endif
//_MINLIB_AUTO_VERSION_H_
mn
Definition:
mn_allocator_typetraits.hpp:25