blob: 56a8fea7d131bbde93300831b026d2a05327297c [file] [log] [blame]
[email protected]bcff05a2010-04-14 01:46:431// Copyright (c) 2010 The Chromium Authors. All rights reserved.
[email protected]6d4da122009-03-24 18:03:552// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]1eeb5e02010-07-20 23:02:115#ifndef CHROME_COMMON_CHROME_VERSION_INFO_POSIX_H_
6#define CHROME_COMMON_CHROME_VERSION_INFO_POSIX_H_
[email protected]6d4da122009-03-24 18:03:557
8#define COMPANY_NAME L"@COMPANY_FULLNAME@"
9#define FILE_DESCRIPTION L"@PRODUCT_FULLNAME@"
10#define FILE_VERSION L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
11#define LEGAL_COPYRIGHT L"@COPYRIGHT@"
12#define PRODUCT_NAME L"@PRODUCT_FULLNAME@"
13#define PRODUCT_VERSION L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
14#define COMPANY_SHORT_NAME L"@COMPANY_SHORTNAME@"
15#define PRODUCT_SHORT_NAME L"@PRODUCT_SHORTNAME@"
16#define LAST_CHANGE L"@LASTCHANGE@"
17#define OFFICIAL_BUILD @OFFICIAL_BUILD@
18// TODO(mmoss) Do these have values for Linux?
19#define INTERNAL_NAME L""
20#define ORIGINAL_FILENAME L""
21#define PRIVATE_BUILD L""
22#define SPECIAL_BUILD L""
23#define COMMENTS L""
24#define LEGAL_TRADEMARKS L""
25
[email protected]1eeb5e02010-07-20 23:02:1126#endif // CHROME_COMMON_CHROME_VERSION_INFO_POSIX_H_