diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-05-05 13:18:45 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-05-05 13:18:45 +0000 |
commit | 59cc4ba03370d45a14d0f706e6970cbe0c3ac26a (patch) | |
tree | 65caab4b98442df69fe3484bff9de6b2756962df | |
parent | bcdf45c272a579aeff272787b45452a25346cd0d (diff) |
#i10000# version fix
-rw-r--r-- | desktop/util/ooverinfo.rc | 8 | ||||
-rw-r--r-- | desktop/util/ooverinfo2.rc | 8 | ||||
-rw-r--r-- | desktop/util/verinfo.rc | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/desktop/util/ooverinfo.rc b/desktop/util/ooverinfo.rc index 1451395bc0..06c8d2218e 100644 --- a/desktop/util/ooverinfo.rc +++ b/desktop/util/ooverinfo.rc @@ -28,8 +28,8 @@ * *************************************************************************/ -#define VERSION 2 -#define SUBVERSION 3 +#define VERSION 3 +#define SUBVERSION 1 //#define VERVARIANT 0 // .0 + VER_CONCEPT // .100 + VER_ALPHA @@ -41,8 +41,8 @@ #define VER_FINAL 0 #define VER_DAY 1 -#define VER_MONTH 9 -#define VER_YEAR 07 +#define VER_MONTH 4 +#define VER_YEAR 09 // ----------------------------------------------------------------------- diff --git a/desktop/util/ooverinfo2.rc b/desktop/util/ooverinfo2.rc index ac60d07016..403e0fae72 100644 --- a/desktop/util/ooverinfo2.rc +++ b/desktop/util/ooverinfo2.rc @@ -28,8 +28,8 @@ * *************************************************************************/ -#define VERSION 1 -#define SUBVERSION 9 +#define VERSION 3 +#define SUBVERSION 1 //#define VERVARIANT 0 // .0 + VER_CONCEPT // .100 + VER_ALPHA @@ -41,8 +41,8 @@ #define VER_FINAL 0 #define VER_DAY 1 -#define VER_MONTH 1 -#define VER_YEAR 2005 +#define VER_MONTH 4 +#define VER_YEAR 2009 // ----------------------------------------------------------------------- diff --git a/desktop/util/verinfo.rc b/desktop/util/verinfo.rc index 9d231756fa..1588a710e3 100644 --- a/desktop/util/verinfo.rc +++ b/desktop/util/verinfo.rc @@ -28,8 +28,8 @@ * *************************************************************************/ -#define VERSION 8 -//#define SUBVERSION 0 +#define VERSION 9 +//#define SUBVERSION 1 //#define VERVARIANT 0 // .0 + VER_CONCEPT // .100 + VER_ALPHA @@ -41,8 +41,8 @@ #define VER_FINAL 0 #define VER_DAY 1 -#define VER_MONTH 9 -#define VER_YEAR 2007 +#define VER_MONTH 4 +#define VER_YEAR 2009 // ----------------------------------------------------------------------- |