chromium/chrome/common/chrome_version.h.in

// Copyright 2010 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// version.h is generated from version.h.in.  Edit the source!


// Version Information

#define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
#define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
#define CHROME_VERSION_MAJOR @MAJOR@
#define CHROME_VERSION_MINOR @MINOR@
#define CHROME_VERSION_BUILD @BUILD@
#define CHROME_VERSION_PATCH @PATCH@

// Branding Information

#define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@"
#define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
#define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
#define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@"
#define COPYRIGHT_STRING "@COPYRIGHT@"
#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"

// Distribution Information

#define MAC_BUNDLE_IDENTIFIER_STRING "@MAC_BUNDLE_ID@"
#define MAC_TEAM_IDENTIFIER_STRING "@MAC_TEAM_ID@"