version.h
author insilmaril
Thu, 21 Jun 2007 14:27:46 +0000
changeset 527 f19bbd639726
parent 526 eacf1b165d2d
child 528 36d140349897
permissions -rw-r--r--
1.9.0-beta1
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.74"
     8 #define __VYM_CODENAME "Codename: 1.9.0-beta-1"
     9 //#define __VYM_CODENAME "Codename: development version"
    10 #define __VYM_BUILD_DATE "June 21, 2007"
    11 
    12 
    13 bool checkVersion(const QString &);
    14 
    15 #endif