omw  0.2.1-beta
omw.h
Go to the documentation of this file.
1 /*
2 author Oliver Blaser
3 date 28.01.2022
4 copyright MIT - Copyright (c) 2022 Oliver Blaser
5 */
6 
13 #ifndef IG_OMW_H
14 #define IG_OMW_H
15 
16 #include "../omw/defs.h"
17 #include "../omw/string.h"
18 #include "../omw/version.h"
19 
20 
25 
42 #define OMW_VERSION_ID (5)
43 #define OMW_VERSION_MAJ (0)
44 #define OMW_VERSION_MIN (2)
45 #define OMW_VERSION_PAT (1)
46 #define OMW_VERSION_PRSTR ("beta")
47 
48 #define OMW_VERSION_ID_0_2_0 (1)
49 #define OMW_VERSION_ID_0_2_1_ALPHA (2)
50 #define OMW_VERSION_ID_0_2_1_ALPHA_1 (3)
51 #define OMW_VERSION_ID_0_2_1_ALPHA_2 (4)
52 #define OMW_VERSION_ID_0_2_1_BETA (5)
53 
55 
59 namespace omw
60 {
61  namespace info
62  {
65  }
66 }
67 
68 #endif // IG_OMW_H
omw::info::infoTxt
omw::string infoTxt()
Definition: omw.cpp:26
omw::Version
Compliant to semver.
Definition: version.h:22
omw::info::version
omw::Version version()
Definition: omw.cpp:18
omw::string
Definition: string.h:140
omw
Main namespace.