version.h
branchrelease-1-12-maintained
changeset 49 d5edb0ae8f2a
parent 48 8c40d4419e70
child 52 6cd53d63956f
     1.1 --- a/version.h	Thu Aug 07 14:41:17 2008 +0000
     1.2 +++ b/version.h	Sun Oct 05 09:15:00 2008 +0000
     1.3 @@ -4,10 +4,10 @@
     1.4  #include <QString>
     1.5  
     1.6  #define __VYM_NAME "VYM"
     1.7 -#define __VYM_VERSION "1.12.1"
     1.8 +#define __VYM_VERSION "1.12.2"
     1.9  #define __VYM_CODENAME "Maintenance Update"
    1.10  //#define __VYM_CODENAME "Codename: development version"
    1.11 -#define __VYM_BUILD_DATE "2008-08-07"
    1.12 +#define __VYM_BUILD_DATE "2008-10-05"
    1.13  
    1.14  
    1.15  bool checkVersion(const QString &);