version.h
author insilmaril
Fri Dec 29 13:52:17 2006 +0000 (2006-12-29)
changeset 414 bc23a0157a39
parent 411 910ba9fab728
child 417 1cc7bbf75f0b
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.63"
     8 #define __VYM_BUILD_DATE "December 21, 2006"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif