// 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.

#ifndef BASE_VERSION_INFO_VERSION_INFO_VALUES_H_
#define BASE_VERSION_INFO_VERSION_INFO_VALUES_H_

#define PRODUCT_NAME "Chromium"
#define PRODUCT_VERSION "154.0.8029.0"
#define LAST_CHANGE "812c5470c1355a3fe17b470a4fd9cb0266cfdb7e-refs/heads/main@{#1687312}"
#define IS_OFFICIAL_BUILD 1

#endif  // BASE_VERSION_INFO_VERSION_INFO_VALUES_H_
