version.h
author insilmaril
Wed Jul 11 13:50:36 2007 +0000 (2007-07-11)
changeset 549 7c23b87d0bce
parent 540 0666af6f7700
child 551 2913f96fd233
permissions -rw-r--r--
Changed changelog to reflect the fix with XML based exports
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.9.1"
     8 //#define __VYM_CODENAME "Codename: 1.10.0-beta-1"
     9 #define __VYM_CODENAME "Codename: development version"
    10 #define __VYM_BUILD_DATE "July 11, 2007"
    11 
    12 
    13 bool checkVersion(const QString &);
    14 
    15 #endif