summaryrefslogtreecommitdiff
path: root/include/version.h
blob: 0031339c34993eea282abb10a4a1917909407a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (c) 2011 The Chromium OS 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 number for Chrome EC */

#ifndef __CROS_EC_VERSION_H
#define __CROS_EC_VERSION_H

#define CROS_EC_VERSION_MAJOR 0
#define CROS_EC_VERSION_MINOR 1
#define CROS_EC_VERSION_SUBMINOR 2
#define CROS_EC_VERSION_STRING "Link.0.1.2"

#endif  /* __CROS_EC_VERSION_H */