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 126 11 #define BASE_CHECK_NEXT_VERSION_INTERNAL 127 12 13 #endif // BASE_CHECK_VERSION_INTERNAL_H_ 14