version.h
author insilmaril
Wed, 02 May 2007 15:31:17 +0000
changeset 483 01a0e82280f9
parent 477 a9ac5dea9561
child 486 9c86935835a4
permissions -rw-r--r--
Mainly documentation fixes
     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 "April 25, 2007"
    10 
    11 
    12 bool checkVersion(const QString &);
    13 
    14 #endif