version.h
author insilmaril
Wed, 25 Apr 2007 16:02:54 +0000
changeset 466 dd1d5832086b
parent 450 beb875135811
child 477 a9ac5dea9561
permissions -rw-r--r--
started doxygen documentation
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.72"
     8 #define __VYM_BUILD_DATE "April 10, 2007"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif