version.h
author insilmaril
Mon, 30 Jul 2007 09:47:07 +0000
changeset 568 b44cc0d3ed4a
parent 566 ebebedffba50
child 573 af451f0e5fbb
permissions -rw-r--r--
1.9.4 New base class for XML based file parsing (vym & Freemind)
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.9.3"
     8 //#define __VYM_CODENAME "Codename: 1.10.0-beta-1"
     9 #define __VYM_CODENAME "Codename: development version"
    10 #define __VYM_BUILD_DATE "July 23, 2007"
    11 
    12 
    13 bool checkVersion(const QString &);
    14 bool checkVersion(const QString &, const QString &);
    15 
    16 #endif