summaryrefslogtreecommitdiff
path: root/chromium/extensions/shell/common/version.h.in
blob: c4627fe512a1b21512df710a92749b6d28610ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2014 The Chromium Authors. All rights reserved.
// 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 EXTENSIONS_SHELL_COMMON_VERSION_H_
#define EXTENSIONS_SHELL_COMMON_VERSION_H_

#define PRODUCT_VERSION "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
#define LAST_CHANGE "@LASTCHANGE@"

#endif  // EXTENSIONS_SHELL_COMMON_VERSION_H_