version.h
author insilmaril
Fri, 08 Dec 2006 20:18:58 +0000
changeset 409 81ffad43d53f
parent 408 c2a05fa925a1
child 411 910ba9fab728
permissions -rw-r--r--
1.6.1 Port to QGraphics
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.61"
     8 #define __VYM_BUILD_DATE "December 8, 2006"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif