version.h
author insilmaril
Mon, 16 Nov 2009 09:47:10 +0000
changeset 805 fc7a93ff97c3
parent 804 14f2b1b15242
child 806 2a33304714ba
permissions -rw-r--r--
Deactivated progressbar to speedup loading of maps
insilmaril@0
     1
#ifndef VERSION_H 
insilmaril@0
     2
#define VERSION_H
insilmaril@0
     3
insilmaril@395
     4
#include <QString>
insilmaril@395
     5
insilmaril@404
     6
#define __VYM_NAME "VYM"
insilmaril@721
     7
#define __VYM_VERSION "1.13.0"
insilmaril@721
     8
//#define __VYM_CODENAME "Codename: RC-1"
insilmaril@755
     9
#define __VYM_CODENAME "Codename: development version, not for production!"
insilmaril@804
    10
#define __VYM_BUILD_DATE "2009-11-12"
insilmaril@395
    11
insilmaril@395
    12
insilmaril@395
    13
bool checkVersion(const QString &);
insilmaril@566
    14
bool checkVersion(const QString &, const QString &);
insilmaril@0
    15
insilmaril@0
    16
#endif