libyang
3.6.0
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
libyang version definitions More...
#include "ly_config.h"
Go to the source code of this file.
Macros | |
#define | LY_PROJ_VERSION "3.6.0" |
#define | LY_PROJ_VERSION_MAJOR 3 |
#define | LY_PROJ_VERSION_MICRO 0 |
#define | LY_PROJ_VERSION_MINOR 6 |
#define | LY_VERSION "3.6.0" |
#define | LY_VERSION_MAJOR 3 |
#define | LY_VERSION_MICRO 0 |
#define | LY_VERSION_MINOR 6 |
Functions | |
uint32_t | ly_version_proj_major (void) |
Get libyang major project version. More... | |
uint32_t | ly_version_proj_micro (void) |
Get libyang micro project version. More... | |
uint32_t | ly_version_proj_minor (void) |
Get libyang minor project version. More... | |
const char * | ly_version_proj_str (void) |
Get libyang string project version. More... | |
uint32_t | ly_version_so_major (void) |
Get libyang major SO version. More... | |
uint32_t | ly_version_so_micro (void) |
Get libyang micro SO version. More... | |
uint32_t | ly_version_so_minor (void) |
Get libyang minor SO version. More... | |
const char * | ly_version_so_str (void) |
Get libyang string SO version. More... | |
libyang version definitions
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.
#define LY_PROJ_VERSION_MAJOR 3 |
#define LY_PROJ_VERSION_MICRO 0 |
#define LY_PROJ_VERSION_MINOR 6 |
uint32_t ly_version_proj_major | ( | void | ) |
Get libyang major project version.
uint32_t ly_version_proj_micro | ( | void | ) |
Get libyang micro project version.
uint32_t ly_version_proj_minor | ( | void | ) |
Get libyang minor project version.
const char* ly_version_proj_str | ( | void | ) |
Get libyang string project version.
uint32_t ly_version_so_major | ( | void | ) |
Get libyang major SO version.
uint32_t ly_version_so_micro | ( | void | ) |
Get libyang micro SO version.
uint32_t ly_version_so_minor | ( | void | ) |
Get libyang minor SO version.
const char* ly_version_so_str | ( | void | ) |
Get libyang string SO version.