version.h
author insilmaril
Thu, 17 May 2007 20:19:04 +0000
changeset 492 cf60b90369a4
parent 487 8fca3a710dc4
child 493 a3caa8bed260
permissions -rw-r--r--
minor bugfixes
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.72"
     8 #define __VYM_CODENAME "Codename: 1.9.0-beta-1"
     9 #define __VYM_BUILD_DATE "May 3, 2007"
    10 
    11 
    12 bool checkVersion(const QString &);
    13 
    14 #endif