7 lines
95 B
C
7 lines
95 B
C
|
#ifndef _VERSION_H
|
||
|
#define _VERSION_H
|
||
|
|
||
|
#define OS_VERSION_STR "0.0.1"
|
||
|
|
||
|
#endif /* _VERSION_H */
|