version.h
author insilmaril
Fri, 29 Dec 2006 13:52:17 +0000
changeset 412 8059b6aa74d7
parent 411 910ba9fab728
child 414 bc23a0157a39
permissions -rw-r--r--
Removed some FIXMEs. Added translations
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.62"
     8 #define __VYM_BUILD_DATE "December 11, 2006"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif