MGE System Utility Library - Full Internal Documentation
v1.1.3
Library of system utility functions.
|
Standard versioning. More...
Functions | |
char * | libmgesysutils_get_pkg_version (void) |
Get the git-describe based package version. More... | |
char * | libmgesysutils_get_src_version (void) |
Get the source version. More... | |
void | libmgesysutils_print_pkg_version (void) |
Print the package version string to stdout. More... | |
void | libmgesysutils_print_src_version (void) |
Print the source version string to stdout. More... | |
Standard versioning.
Standard library-wide software versioning functions and information.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0
char* libmgesysutils_get_pkg_version | ( | void | ) |
Get the git-describe based package version.
char* libmgesysutils_get_src_version | ( | void | ) |
Get the source version.
void libmgesysutils_print_pkg_version | ( | void | ) |
Print the package version string to stdout.
void libmgesysutils_print_src_version | ( | void | ) |
Print the source version string to stdout.