diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-07-04 11:38:46 +0200 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-07-04 11:38:46 +0200 |
commit | 403dbca12f1fcada650376f0883bcb8f2d0375d9 (patch) | |
tree | 8c9fdfeabe98b86dd69503bb46fe32f7c2bc18a8 /solenv | |
parent | 3c1b46b4292d444d3657930c59ccd4566c9218fb (diff) |
#i110653# - bumped minor version to 3
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/version.hrc | 36 | ||||
-rw-r--r-- | solenv/inc/version_so.hrc | 36 |
2 files changed, 36 insertions, 36 deletions
diff --git a/solenv/inc/version.hrc b/solenv/inc/version.hrc index a14548815..9c2b9be41 100644 --- a/solenv/inc/version.hrc +++ b/solenv/inc/version.hrc @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -25,24 +25,24 @@ * *************************************************************************/ -#define VERSION 3 -#define SUBVERSION 2 -//#define VERVARIANT 0 // never define this one, will be provided by build environment (BUILD_ID) +#define VERSION 3 +#define SUBVERSION 3 +//#define VERVARIANT 0 // never define this one, will be provided by build environment (BUILD_ID) // .0 + VER_CONCEPT // .100 + VER_ALPHA // .200 + VER_BETA // .300 + VER_GAMMA // .500 + VER_FINAL -//#define VER_CONCEPT 0 -//#define VER_BETA 6 -#define VER_FINAL 0 +//#define VER_CONCEPT 0 +//#define VER_BETA 6 +#define VER_FINAL 0 -#define VER_DAY 1 -#define VER_MONTH 1 -#define VER_YEAR 2010 +#define VER_DAY 1 +#define VER_MONTH 1 +#define VER_YEAR 2010 #ifndef VER_FIRSTYEAR -#define VER_FIRSTYEAR VER_YEAR +#define VER_FIRSTYEAR VER_YEAR #endif #include "verinfo.hrc" @@ -54,20 +54,20 @@ #endif // ----------------------------------------------------------------------- -// language/character set specification table +// language/character set specification table // ----------------------------------------------------------------------- RCD_LANGUAGE rcdata { #ifdef LG_D - "040704B0", // Germany -> Unicode - "040704E4", // Germany -> Windows, Multilingual + "040704B0", // Germany -> Unicode + "040704E4", // Germany -> Windows, Multilingual #else - "040904B0", // Germany -> Unicode - "040904E4", // USA -> Windows, Multilingual + "040904B0", // Germany -> Unicode + "040904E4", // USA -> Windows, Multilingual #endif - "04090000", // USA -> 7-Bit-ASCII - 0 // end of table + "04090000", // USA -> 7-Bit-ASCII + 0 // end of table } diff --git a/solenv/inc/version_so.hrc b/solenv/inc/version_so.hrc index 18e6bbfb6..9773f10fd 100644 --- a/solenv/inc/version_so.hrc +++ b/solenv/inc/version_so.hrc @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -25,24 +25,24 @@ * *************************************************************************/ -#define VERSION 9 -#define SUBVERSION 2 -//#define VERVARIANT 0 // never define this one, will be provided by build environment (BUILD_ID) +#define VERSION 9 +#define SUBVERSION 3 +//#define VERVARIANT 0 // never define this one, will be provided by build environment (BUILD_ID) // .0 + VER_CONCEPT // .100 + VER_ALPHA // .200 + VER_BETA // .300 + VER_GAMMA // .500 + VER_FINAL -//#define VER_CONCEPT 0 -//#define VER_BETA 6 -#define VER_FINAL 0 +//#define VER_CONCEPT 0 +//#define VER_BETA 6 +#define VER_FINAL 0 -#define VER_DAY 1 -#define VER_MONTH 1 -#define VER_YEAR 2010 +#define VER_DAY 1 +#define VER_MONTH 1 +#define VER_YEAR 2010 #ifndef VER_FIRSTYEAR -#define VER_FIRSTYEAR VER_YEAR +#define VER_FIRSTYEAR VER_YEAR #endif #include "verinfo.hrc" @@ -54,20 +54,20 @@ #endif // ----------------------------------------------------------------------- -// language/character set specification table +// language/character set specification table // ----------------------------------------------------------------------- RCD_LANGUAGE rcdata { #ifdef LG_D - "040704B0", // Germany -> Unicode - "040704E4", // Germany -> Windows, Multilingual + "040704B0", // Germany -> Unicode + "040704E4", // Germany -> Windows, Multilingual #else - "040904B0", // Germany -> Unicode - "040904E4", // USA -> Windows, Multilingual + "040904B0", // Germany -> Unicode + "040904E4", // USA -> Windows, Multilingual #endif - "04090000", // USA -> 7-Bit-ASCII - 0 // end of table + "04090000", // USA -> 7-Bit-ASCII + 0 // end of table } // version binary entry |