| Index: webkit/build/webkit_version.h.in
|
| diff --git a/webkit/build/webkit_version.h.in b/webkit/build/webkit_version.h.in
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..36034b65fb5c8897fb9a86767bdaf76c8cc6d496
|
| --- /dev/null
|
| +++ b/webkit/build/webkit_version.h.in
|
| @@ -0,0 +1,9 @@
|
| +// Copyright (c) 2013 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.
|
| +
|
| +// webkit_version.h is generated from webkit_version.h.in. Edit the source!
|
| +
|
| +#define WEBKIT_VERSION_MAJOR 537
|
| +#define WEBKIT_VERSION_MINOR 36
|
| +#define WEBKIT_SVN_REVISION "@@LASTCHANGE@"
|
|
|