version.h
changeset 615 497f19b3c1fe
parent 614 040f32294895
child 620 24bfecc949a0
     1.1 --- a/version.h	Wed Oct 24 14:41:34 2007 +0000
     1.2 +++ b/version.h	Tue Nov 06 13:54:41 2007 +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.11.0"
     1.8 +#define __VYM_VERSION "1.11.1"
     1.9  //#define __VYM_CODENAME "Codename: 1.10.0-RC-3"
    1.10  #define __VYM_CODENAME "Codename: development version"
    1.11 -#define __VYM_BUILD_DATE "2007-10-24"
    1.12 +#define __VYM_BUILD_DATE "2007-11-06"
    1.13  
    1.14  
    1.15  bool checkVersion(const QString &);