xref: /aoo4110/main/solenv/inc/version.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "versionlist.hrc"
25
26//#define VERVARIANT    0 // never define this one, will be provided by build environment (BUILD_ID)
27
28#define VER_FINAL       0
29
30#ifndef VER_FIRSTYEAR
31#define VER_FIRSTYEAR   VER_YEAR
32#endif
33
34#include "verinfo.hrc"
35
36#ifdef WIN32
37#define FOR_WIN_X " (32 Bit)"
38#else
39#define FOR_WIN_X ""
40#endif
41
42// -----------------------------------------------------------------------
43//                  language/character set specification table
44// -----------------------------------------------------------------------
45
46RCD_LANGUAGE rcdata
47{
48#ifdef LG_D
49    "040704B0",     // Germany -> Unicode
50    "040704E4",     // Germany -> Windows, Multilingual
51#else
52    "040904B0",     // Germany -> Unicode
53    "040904E4",     // USA -> Windows, Multilingual
54#endif
55    "04090000",     // USA -> 7-Bit-ASCII
56    0               // end of table
57}
58
59
60// version binary entry
61VS_VERSION_INFO rcdata
62{
63    0xF0, "sw", 0x0F, VER_YEAR, VER_MONTH, VER_DAY,
64    VERSION, SUBVERSION, VERVARIANT, VER_COUNT
65};
66
67