2019-08-18 11:10:01 +08:00
|
|
|
/****************************************************************************
|
|
|
|
* Created by: version.sh
|
|
|
|
*
|
|
|
|
* WARNING! All changes made in this file will be lost!
|
|
|
|
****************************************************************************/
|
|
|
|
|
2021-11-14 00:02:03 +08:00
|
|
|
#ifndef VERSION_H_INCLUDED
|
|
|
|
#define VERSION_H_INCLUDED
|
2019-08-18 11:10:01 +08:00
|
|
|
|
|
|
|
static const char *versionNumber = "$FULL_VERSION";
|
|
|
|
|
2021-11-14 00:02:03 +08:00
|
|
|
#endif /* VERSION_H_INCLUDED */
|