version.h
branchrelease-1-12-maintained
changeset 39 e37153bea487
parent 0 7a96bd401351
child 42 b2c0fe7cfdef
     1.1 --- a/version.h	Sun Jan 30 12:59:03 2005 +0000
     1.2 +++ b/version.h	Thu Jul 17 09:27:20 2008 +0000
     1.3 @@ -1,7 +1,16 @@
     1.4  #ifndef VERSION_H 
     1.5  #define VERSION_H
     1.6  
     1.7 -#define __VYM_VERSION__ "1.6.0"
     1.8 -#define __BUILD_DATE__ "January 4, 2005"
     1.9 +#include <QString>
    1.10 +
    1.11 +#define __VYM_NAME "VYM"
    1.12 +#define __VYM_VERSION "1.12.1"
    1.13 +#define __VYM_CODENAME "Maintenance Update"
    1.14 +//#define __VYM_CODENAME "Codename: development version"
    1.15 +#define __VYM_BUILD_DATE "2008-07-16"
    1.16 +
    1.17 +
    1.18 +bool checkVersion(const QString &);
    1.19 +bool checkVersion(const QString &, const QString &);
    1.20  
    1.21  #endif