• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2023 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// version.h is generated from version.h.in.  Edit the source!
6
7#ifndef BASE_CHECK_VERSION_INTERNAL_H_
8#define BASE_CHECK_VERSION_INTERNAL_H_
9
10#define BASE_CHECK_VERSION_INTERNAL @VERSION_MAJOR@
11#define BASE_CHECK_NEXT_VERSION_INTERNAL @NEXT_VERSION_MAJOR@
12
13#endif  // BASE_CHECK_VERSION_INTERNAL_H_
14