libyang  2.2.8
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
version.h
Go to the documentation of this file.
1 
15 #ifndef LY_VERSION_H_
16 #define LY_VERSION_H_
17 
18 #define LY_VERSION_MAJOR 3
19 #define LY_VERSION_MINOR 0
20 #define LY_VERSION_MICRO 8
21 #define LY_VERSION "3.0.8"
23 #endif /* LY_VERSION_H_ */