mTower
version.h
Go to the documentation of this file.
1 
21 #ifndef __INCLUDE_MTOWER_VERSION_H_
22 #define __INCLUDE_MTOWER_VERSION_H_
23 
24 /* Included Files */
25 
26 
27 /* Pre-processor Definitions */
28 /* All C pre-processor macros are defined here. */
29 
31 #define VERSION "0.1"
32 
33 
34 /* Public Types */
35 /* Any types, enumerations, structures or unions are defined here. */
36 
37 
38 /* Public Data */
39 /* All data declarations with global scope appear here, preceded by
40  * the definition EXTERN.
41  */
42 
43 
44 /* Inline Functions */
45 /* Any static inline functions may be defined in this grouping.
46  * Each is preceded by a function header similar to the below.
47  */
48 
49 /* Public Function Prototypes */
50 /* All global functions in the file are prototyped here. The keyword
51  * extern or the definition EXTERN are never used with function
52  * prototypes.
53  */
54 
55 
56 #endif /* __INCLUDE_MTOWER_VERSION_H_ */
57