version.h
author insilmaril
Tue, 17 Jul 2007 11:20:20 +0000
changeset 554 34520279e086
parent 551 2913f96fd233
child 566 ebebedffba50
permissions -rw-r--r--
1.9.2 Bugfixes for 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.2"
     8 //#define __VYM_CODENAME "Codename: 1.10.0-beta-1"
     9 #define __VYM_CODENAME "Codename: development version"
    10 #define __VYM_BUILD_DATE "July 16, 2007"
    11 
    12 
    13 bool checkVersion(const QString &);
    14 
    15 #endif