8 lines
123 B
C
8 lines
123 B
C
#ifndef VERSION_H_
|
|
#define VERSION_H_
|
|
|
|
#define VERSION_MAJOR (0)
|
|
#define VERSION_MINOR (3)
|
|
|
|
#endif /* VERSION_H_ */
|