version.h
author insilmaril
Mon, 11 Jun 2007 09:40:59 +0000
changeset 500 d8c245d582a3
parent 499 4b7989874d12
child 504 731728086341
permissions -rw-r--r--
Disabling autosave while we are back in time
     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_CODENAME "Codename: development version"
    10 #define __VYM_BUILD_DATE "June 6, 2007"
    11 
    12 
    13 bool checkVersion(const QString &);
    14 
    15 #endif