version.h
author insilmaril
Thu, 06 Aug 2009 17:33:55 +0000
branchrelease-1-12-maintained
changeset 76 a36a289372a6
parent 75 dbb2a175f7b5
child 77 bdfc1079a723
permissions -rw-r--r--
Bugfix: Removed the 'new' in new branches to allow easier copy & paste
insilmaril@0
     1
#ifndef VERSION_H 
insilmaril@0
     2
#define VERSION_H
insilmaril@0
     3
insilmaril@39
     4
#include <QString>
insilmaril@39
     5
insilmaril@39
     6
#define __VYM_NAME "VYM"
insilmaril@76
     7
#define __VYM_VERSION "1.12.4b"
insilmaril@59
     8
#define __VYM_CODENAME "Maintenance Update "
insilmaril@59
     9
//#define __VYM_CODENAME "Codename: development version"
insilmaril@76
    10
#define __VYM_BUILD_DATE "2009-08-06"
insilmaril@39
    11
insilmaril@39
    12
insilmaril@39
    13
bool checkVersion(const QString &);
insilmaril@39
    14
bool checkVersion(const QString &, const QString &);
insilmaril@0
    15
insilmaril@0
    16
#endif