libyang  2.0.194
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
version.h File Reference

libyang version definitions More...

Go to the source code of this file.

Macros

#define LY_VERSION   "2.20.15"
 
#define LY_VERSION_MAJOR   2
 
#define LY_VERSION_MICRO   15
 
#define LY_VERSION_MINOR   20
 

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

◆ LY_VERSION

#define LY_VERSION   "2.20.15"

libyang version string

Definition at line 21 of file version.h.

◆ LY_VERSION_MAJOR

#define LY_VERSION_MAJOR   2

libyang major version number

Definition at line 18 of file version.h.

◆ LY_VERSION_MICRO

#define LY_VERSION_MICRO   15

libyang micro version number

Definition at line 20 of file version.h.

◆ LY_VERSION_MINOR

#define LY_VERSION_MINOR   20

libyang minor version number

Definition at line 19 of file version.h.