april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
april_version.h
Go to the documentation of this file.
1 /* ========================================================================= */
2 /* ------------------------------------------------------------------------- *//*
11 
12 
13  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14  Please read COPYING and README files in root folder
15  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16 */
17 /* ------------------------------------------------------------------------- */
18 /* ========================================================================= */
19 #ifndef __APRIL_VERSION_HEADER_INC__
20 #define __APRIL_VERSION_HEADER_INC__
21 //
22 //
23 //
24 //
25 /* INCLUDES ------------------------------------------------------------ */
26 
27 /* INCLUDES ============================================================ */
28 //
29 //
30 //
31 //
32 /* DEFINITIONS --------------------------------------------------------- */
33 
36 
37 #define APRIL_VERSION_MAJOR 1
38 #define APRIL_VERSION_MINOR 0
39 #define APRIL_VERSION_REV 0
40 
41 #define APRIL_VERSION \
42  (APRIL_VERSION_MAJOR*0x1000000) +\
43  APRIL_VERSION_MINOR* 0x10000 + \
44  APRIL_VERSION_REV
45 
46 #define APRIL_VER_STR "1.0.0"
47 
49 
50 /* DEFINITIONS ========================================================= */
51 //
52 //
53 //
54 //
55 /* DATA ---------------------------------------------------------------- */
56 
57 /* DATA ================================================================ */
58 //
59 //
60 //
61 //
62 /* FUNCTIONS ----------------------------------------------------------- */
63 
64 /* FUNCTIONS =========================================================== */
65 //
66 //
67 //
68 //
69 #endif // __APRIL_VERSION_HEADER_INC__
70 /* ------------------------------------------------------------------------- */
71 /* ========================================================================= */