25 lines
801 B
C
Executable File
25 lines
801 B
C
Executable File
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
|
// Use of this source 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 69,0,3441,0
|
|
#define CHROME_VERSION_STRING "69.0.3441.0"
|
|
|
|
// Branding Information
|
|
|
|
#define COMPANY_FULLNAME_STRING "The Chromium Authors"
|
|
#define COMPANY_SHORTNAME_STRING "The Chromium Authors"
|
|
#define PRODUCT_FULLNAME_STRING "Chromium"
|
|
#define PRODUCT_SHORTNAME_STRING "Chromium"
|
|
#define COPYRIGHT_STRING "Copyright 2017 The Chromium Authors. All rights reserved."
|
|
#define OFFICIAL_BUILD_STRING "0"
|
|
|
|
// Changelist Information
|
|
|
|
#define LASTCHANGE_STRING "c916c273b71bd71ea709558061daa6f74c4c554c-refs/heads/master@{#561753}"
|