summaryrefslogtreecommitdiff
path: root/src/version.h
blob: 526a65ce357ce14b8cf200ca2fbe501718b9a2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef VERSION_H
#define VERSION_H

#include <QString>

#define DIC_VERSION  "1.4"      // Version of the dictionary XML file
#define STUDY_VERSION  "1.4"    // Version of the study file

#ifndef FM_VERSION
    #define FM_VERSION "0.0"
#endif

#ifndef BUILD_REVISION
    #define BUILD_REVISION ""
#endif

extern QString BuildStr;

#endif