1 /*************************************************************************
\r
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
\r
5 * Copyright 2009 by Sun Microsystems, Inc.
\r
7 * OpenOffice.org - a multi-platform office productivity suite
\r
9 * This file is part of OpenOffice.org.
\r
11 * OpenOffice.org is free software: you can redistribute it and/or modify
\r
12 * it under the terms of the GNU Lesser General Public License version 3
\r
13 * only, as published by the Free Software Foundation.
\r
15 * OpenOffice.org is distributed in the hope that it will be useful,
\r
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
18 * GNU Lesser General Public License version 3 for more details
\r
19 * (a copy is included in the LICENSE file that accompanied this code).
\r
21 * You should have received a copy of the GNU Lesser General Public License
\r
22 * version 3 along with OpenOffice.org. If not, see
\r
23 * <http://www.openoffice.org/license.html>
\r
24 * for a copy of the LGPLv3 License.
\r
26 *************************************************************************/
\r
29 #define SUBVERSION 2
\r
30 //#define VERVARIANT 0 // never define this one, will be provided by build environment (BUILD_ID)
\r
36 //#define VER_CONCEPT 0
\r
37 //#define VER_BETA 6
\r
42 #define VER_YEAR 2009
\r
44 #ifndef VER_FIRSTYEAR
\r
45 #define VER_FIRSTYEAR VER_YEAR
\r
48 #include "verinfo.hrc"
\r
51 #define FOR_WIN_X " (32 Bit)"
\r
53 #define FOR_WIN_X ""
\r
56 // -----------------------------------------------------------------------
\r
57 // language/character set specification table
\r
58 // -----------------------------------------------------------------------
\r
63 "040704B0", // Germany -> Unicode
\r
64 "040704E4", // Germany -> Windows, Multilingual
\r
66 "040904B0", // Germany -> Unicode
\r
67 "040904E4", // USA -> Windows, Multilingual
\r
69 "04090000", // USA -> 7-Bit-ASCII
\r
73 // version binary entry
\r
74 VS_VERSION_INFO rcdata
\r
76 0xF0, "sw", 0x0F, VER_YEAR, VER_MONTH, VER_DAY,
\r
77 VERSION, SUBVERSION, VERVARIANT, VER_COUNT
\r