version.h
author insilmaril
Sat, 24 Feb 2007 12:32:53 +0000
changeset 431 c2ffbc9b832d
parent 430 f001beefdec2
child 432 f867269ab8a1
permissions -rw-r--r--
bak
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.68"
     8 #define __VYM_BUILD_DATE "February 20, 2007"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif