8 lines
147 B
C++
8 lines
147 B
C++
#include "global_variables.h"
|
|
|
|
const int RELEASE = 2;
|
|
const int MAJOR_VERSION = 1;
|
|
const int MINOR_VERSION = 0;
|
|
|
|
QString g_user_theme = "default";
|