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 File Reference

libyang version definitions More...

Go to the source code of this file.

Macros

#define LY_VERSION   "3.0.8"
 
#define LY_VERSION_MAJOR   3
 
#define LY_VERSION_MICRO   8
 
#define LY_VERSION_MINOR   0
 

Detailed Description

libyang version definitions

Author
Radek Krejci rkrej.nosp@m.ci@c.nosp@m.esnet.nosp@m..cz Copyright (c) 2020 CESNET, z.s.p.o.

This source code is licensed under BSD 3-Clause License (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at

https://opensource.org/licenses/BSD-3-Clause

Definition in file version.h.

Macro Definition Documentation

#define LY_VERSION   "3.0.8"

libyang version string

Definition at line 21 of file version.h.

#define LY_VERSION_MAJOR   3

libyang major version number

Definition at line 18 of file version.h.

#define LY_VERSION_MICRO   8

libyang micro version number

Definition at line 20 of file version.h.

#define LY_VERSION_MINOR   0

libyang minor version number

Definition at line 19 of file version.h.