version.h
author insilmaril
Wed Mar 21 11:51:38 2007 +0000 (2007-03-21)
changeset 435 bd71dfb2292c
parent 431 c2ffbc9b832d
child 439 717b20c56358
permissions -rw-r--r--
Slightly improved scripting abilities
     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