[go: up one dir, main page]

Menu

[r138]: / LASTAR / version.h  Maximize  Restore  History

Download this file

14 lines (9 with data), 334 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#ifndef LASTAR_VERSION
#define LASTAR_VERSION
#include <QDate>
#include <QLocale>
#define LASTAR_VERSION_NUMBER 1008101
#define LASTAR_VERSION_YEAR "2020"
#define LASTAR_VERSION_CODE "1.9.0 Beta 2"
#define LASTAR_VERSION_DATE QDate(2020,02,02).toString(QLocale::system().dateFormat())
#endif // VERSION