version.h
author insilmaril
Fri, 09 Apr 2010 14:24:04 +0000
changeset 846 f0fe7c36ec5c
parent 845 b98c1793bb8b
child 847 43268373032d
permissions -rw-r--r--
Version 1.13.3 and added treeeditor.png
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.13.3"
     8 //#define __VYM_CODENAME "Codename: RC-1"
     9 #define __VYM_CODENAME "Codename: development version, not for production!"
    10 #define __VYM_BUILD_DATE "2010-04-09"
    11 
    12 
    13 bool checkVersion(const QString &);
    14 bool checkVersion(const QString &, const QString &);
    15 
    16 #endif