version.h
author insilmaril
Tue Jun 19 14:20:29 2007 +0000 (2007-06-19)
changeset 511 7debc44bf95e
parent 504 731728086341
child 514 497fab7d1404
permissions -rw-r--r--
Exports can (partly) be scripted
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.73"
     8 #define __VYM_CODENAME "Codename: 1.9.0-beta-1"
     9 //#define __VYM_CODENAME "Codename: development version"
    10 #define __VYM_BUILD_DATE "June 18, 2007"
    11 
    12 
    13 bool checkVersion(const QString &);
    14 
    15 #endif