version.h
author insilmaril
Mon, 19 Feb 2007 12:01:54 +0000
changeset 430 f001beefdec2
parent 427 fb74fa7bfb4c
child 431 c2ffbc9b832d
permissions -rw-r--r--
1.8.67 Bugfixes
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.67"
     8 #define __VYM_BUILD_DATE "February 17, 2007"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif