blob: b9f42187b5a070e54f999df76d43fcc055e44a52 [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// Use of this source code 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!
#ifndef HEADLESS_PUBLIC_VERSION_H_
#define HEADLESS_PUBLIC_VERSION_H_
#define PRODUCT_VERSION "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
#define LAST_CHANGE "@LASTCHANGE@"
#endif // HEADLESS_PUBLIC_VERSION_H_