version.h
author insilmaril
Tue Apr 10 13:22:51 2007 +0000 (2007-04-10)
changeset 446 c56ce5d81cc3
parent 442 dfbc371b7280
child 447 72afe12da1c8
permissions -rw-r--r--
1.8.71 Basic support for macros
     1 #ifndef VERSION_H 
     2 #define VERSION_H
     3 
     4 #include <QString>
     5 
     6 #define __VYM_NAME "VYM"
     7 #define __VYM_VERSION "1.8.70"
     8 #define __VYM_BUILD_DATE "April 9, 2007"
     9 
    10 
    11 bool checkVersion(const QString &);
    12 
    13 #endif