blob: 242c533ab3e18e6573e19afc6b416862a6fa5916 [file] [log] [blame]
// Copyright 2019 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 Information
#define UPDATER_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
#define UPDATER_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
// Branding Information
#define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@"
#define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
#define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"