version.h
branchrelease-1-12-maintained
changeset 63 e4d3a9313d04
parent 62 85683324f94a
child 65 a1f609eae872
     1.1 --- a/version.h	Thu Mar 19 11:48:33 2009 +0000
     1.2 +++ b/version.h	Mon Mar 30 07:50:51 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.2f"
     1.8 +#define __VYM_VERSION "1.12.2g"
     1.9  #define __VYM_CODENAME "Maintenance Update "
    1.10  //#define __VYM_CODENAME "Codename: development version"
    1.11 -#define __VYM_BUILD_DATE "2009-03-18"
    1.12 +#define __VYM_BUILD_DATE "2009-03-30"
    1.13  
    1.14  
    1.15  bool checkVersion(const QString &);