/* 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 */