aboutsummaryrefslogtreecommitdiff
path: root/global_variables.cpp
blob: a496a10d0bae7afffbab18c2ba2a6fc7e117e760 (plain)
1
2
3
4
5
6
7
#include "global_variables.h"

const int RELEASE = 2;
const int MAJOR_VERSION = 1;
const int MINOR_VERSION = 0;

QString g_user_theme = "default";