version.h
branchrelease-1-12-maintained
changeset 78 1a72c8f24c6e
parent 77 bdfc1079a723
child 80 5c5b4464b24f
     1.1 --- a/version.h	Mon Nov 16 09:07:17 2009 +0000
     1.2 +++ b/version.h	Tue Dec 01 11:06:41 2009 +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.5"
     1.8 +#define __VYM_VERSION "1.12.6"
     1.9  #define __VYM_CODENAME "Maintenance Update "
    1.10  //#define __VYM_CODENAME "Codename: development version"
    1.11 -#define __VYM_BUILD_DATE "2009-08-06"
    1.12 +#define __VYM_BUILD_DATE "2009-11-30"
    1.13  
    1.14  
    1.15  bool checkVersion(const QString &);