13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
/****************************************************************************
|
|
* Created by: version.sh
|
|
*
|
|
* WARNING! All changes made in this file will be lost!
|
|
****************************************************************************/
|
|
|
|
#ifndef VERSION_H_INCLUDED
|
|
#define VERSION_H_INCLUDED
|
|
|
|
static const char *versionNumber = "$FULL_VERSION";
|
|
|
|
#endif /* VERSION_H_INCLUDED */
|