libyang 3.1.0
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
libyang version definitions More...
Go to the source code of this file.
Data Structures | |
struct | ly_version |
Macros | |
#define | LY_PROJ_VERSION "3.1.0" |
#define | LY_PROJ_VERSION_MAJOR 3 |
#define | LY_PROJ_VERSION_MICRO 0 |
#define | LY_PROJ_VERSION_MINOR 1 |
#define | LY_VERSION "3.2.0" |
#define | LY_VERSION_MAJOR 3 |
#define | LY_VERSION_MICRO 0 |
#define | LY_VERSION_MINOR 2 |
Variables | |
LIBYANG_API_DECL struct ly_version | ly_version_proj |
libyang project version. | |
LIBYANG_API_DECL struct ly_version | ly_version_so |
libyang SO version. | |
libyang version definitions
Copyright (c) 2020 - 2024 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.
struct ly_version |
#define LY_PROJ_VERSION_MAJOR 3 |
#define LY_PROJ_VERSION_MICRO 0 |
#define LY_PROJ_VERSION_MINOR 1 |
|
extern |
libyang project version.
|
extern |
libyang SO version.