1.10
include
egt
version.h
1
/*
2
* Copyright (C) 2018 Microchip Technology Inc. All rights reserved.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef EGT_VERSION_H
7
#define EGT_VERSION_H
8
12
#define EGT_VERSION "1.10"
13
14
#endif