blob: a4943f7d9fdb45fcb0271907fc0425f8b84789a4 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// 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!
// See also software_reporter_tool_branding.h and
// chrome_cleanup_tool_branding.h for branding that varies by executable.
// Version Information
#define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@
#define CHROME_VERSION_STRING L"@MAJOR@.@MINOR@.@BUILD@"
#define CHROME_VERSION_UTF8_STRING "@MAJOR@.@MINOR@.@BUILD@"
// Branding Information
#define COMPANY_FULLNAME_STRING L"@COMPANY_FULLNAME@"
#define COMPANY_SHORTNAME_STRING L"@COMPANY_SHORTNAME@"
#define COPYRIGHT_STRING L"@COPYRIGHT@"
#define OFFICIAL_BUILD_STRING L"@OFFICIAL_BUILD@"
// Changelist Information
#define LASTCHANGE_STRING L"@LASTCHANGE@"