fixed typo in version release-1-12-maintained
authorinsilmaril
Thu, 07 Aug 2008 14:41:17 +0000
branchrelease-1-12-maintained
changeset 488c40d4419e70
parent 47 326e3336e9b0
child 49 d5edb0ae8f2a
fixed typo in version
version.h
     1.1 --- a/version.h	Thu Aug 07 10:56:52 2008 +0000
     1.2 +++ b/version.h	Thu Aug 07 14:41:17 2008 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  #define __VYM_VERSION "1.12.1"
     1.5  #define __VYM_CODENAME "Maintenance Update"
     1.6  //#define __VYM_CODENAME "Codename: development version"
     1.7 -#define __VYM_BUILD_DATE "2008-08-37"
     1.8 +#define __VYM_BUILD_DATE "2008-08-07"
     1.9  
    1.10  
    1.11  bool checkVersion(const QString &);