merge the formfield patch from ooo-build
[ooovba.git] / solenv / inc / version_so.hrc
blob0f468701f4cb62f7b5ab13e8f88a8e4dd67ddcbd
1 /*************************************************************************\r
2  *\r
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.\r
4  * \r
5  * Copyright 2009 by Sun Microsystems, Inc.\r
6  *\r
7  * OpenOffice.org - a multi-platform office productivity suite\r
8  *\r
9  * This file is part of OpenOffice.org.\r
10  *\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
14  *\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
20  *\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
25  *\r
26  *************************************************************************/\r
28 #define VERSION                 9\r
29 #define SUBVERSION              2\r
30 //#define VERVARIANT    0 // never define this one, will be provided by build environment (BUILD_ID)\r
31 // .0 + VER_CONCEPT\r
32 // .100 + VER_ALPHA\r
33 // .200 + VER_BETA\r
34 // .300 + VER_GAMMA\r
35 // .500 + VER_FINAL\r
36 //#define VER_CONCEPT           0\r
37 //#define VER_BETA              6\r
38 #define VER_FINAL               0\r
40 #define VER_DAY                 1\r
41 #define VER_MONTH               9\r
42 #define VER_YEAR                2009\r
44 #ifndef VER_FIRSTYEAR\r
45 #define VER_FIRSTYEAR   VER_YEAR\r
46 #endif\r
48 #include "verinfo.hrc"\r
50 #ifdef WIN32\r
51 #define FOR_WIN_X " (32 Bit)"\r
52 #else\r
53 #define FOR_WIN_X ""\r
54 #endif\r
56 // -----------------------------------------------------------------------\r
57 //                              language/character set specification table\r
58 // -----------------------------------------------------------------------\r
60 RCD_LANGUAGE rcdata\r
61 {\r
62 #ifdef LG_D\r
63     "040704B0",         // Germany -> Unicode\r
64     "040704E4",         // Germany -> Windows, Multilingual\r
65 #else\r
66     "040904B0",         // Germany -> Unicode\r
67     "040904E4",         // USA -> Windows, Multilingual\r
68 #endif\r
69     "04090000",         // USA -> 7-Bit-ASCII\r
70     0                           // end of table\r
71 }\r
73 // version binary entry\r
74 VS_VERSION_INFO rcdata\r
75 {\r
76     0xF0, "sw", 0x0F, VER_YEAR, VER_MONTH, VER_DAY,\r
77     VERSION, SUBVERSION, VERVARIANT, VER_COUNT\r
78 };\r