sysrepo  3.6.8
YANG-based system repository for all-around configuration management.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
version.h
Go to the documentation of this file.
1 
17 #ifndef _SYSREPO_VERSION_H_
18 #define _SYSREPO_VERSION_H_
19 
20 #define SR_VERSION_MAJOR 7
21 #define SR_VERSION_MINOR 33
22 #define SR_VERSION_MICRO 2
23 #define SR_VERSION "7.33.2"
25 #endif /* _SYSREPO_VERSION_H_ */