// 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 PRODUCT_FULLNAME_STRING "ChromeUpdater" | |
#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@" |