version.h
author insilmaril
Mon, 05 Mar 2007 23:22:51 +0000
changeset 433 310f1d82cf89
parent 432 f867269ab8a1
child 439 717b20c56358
permissions -rw-r--r--
1.8.69 Some more scripting functionality (for testing)
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.69"
     8 #define __VYM_BUILD_DATE "March 05, 2007"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif