version.h
changeset 395 7ced3733ba60
parent 394 67cfa6e6b863
child 398 d42881c25fb6
     1.1 --- a/version.h	Tue Oct 24 15:36:38 2006 +0000
     1.2 +++ b/version.h	Mon Oct 30 12:39:37 2006 +0000
     1.3 @@ -1,8 +1,13 @@
     1.4  #ifndef VERSION_H 
     1.5  #define VERSION_H
     1.6  
     1.7 +#include <QString>
     1.8 +
     1.9  #define __VYM "VYM"
    1.10  #define __VYM_VERSION "1.8.58"
    1.11 -#define __BUILD_DATE "October 24, 2006"
    1.12 +#define __BUILD_DATE "October 25, 2006"
    1.13 +
    1.14 +
    1.15 +bool checkVersion(const QString &);
    1.16  
    1.17  #endif