version.h
author insilmaril
Mon, 29 Jan 2007 12:29:13 +0000
changeset 424 d886c77ac0fe
parent 423 7019762f8701
child 427 fb74fa7bfb4c
permissions -rw-r--r--
minor fixes
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.66"
     8 #define __VYM_BUILD_DATE "January 29, 2007"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif