version.h
author insilmaril
Mon, 21 May 2007 13:05:25 +0000
changeset 494 eea7fa702968
parent 493 a3caa8bed260
child 499 4b7989874d12
permissions -rw-r--r--
Copy to new map, fixed pasting of images
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@450
     7
#define __VYM_VERSION "1.8.72"
insilmaril@493
     8
//#define __VYM_CODENAME "Codename: 1.9.0-beta-1"
insilmaril@493
     9
#define __VYM_CODENAME "Codename: development version"
insilmaril@494
    10
#define __VYM_BUILD_DATE "May 21, 2007"
insilmaril@395
    11
insilmaril@395
    12
insilmaril@395
    13
bool checkVersion(const QString &);
insilmaril@0
    14
insilmaril@0
    15
#endif