10 lines
97 B
C
10 lines
97 B
C
// version.h
|
|
|
|
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION "1.0.0"
|
|
|
|
#endif // VERSION_H
|
|
|