8 lines
167 B
C
8 lines
167 B
C
|
|
// C/C++ header file identifying the current version
|
||
|
|
#ifndef __VERSION_H
|
||
|
|
#define __VERSION_H
|
||
|
|
|
||
|
|
#define VERSION "%VERSION%"
|
||
|
|
#define DATE "%DATE%"
|
||
|
|
|
||
|
|
#endif // __VERSION_H
|