Server Wait On Clients System - API Documentation  v1.6.4
Server Wait On Clients System.
version.c File Reference

Source for version functions. More...

#include <stdio.h>
#include <config.h>
#include <swoc/libswocserver.h>
Include dependency graph for version.c:

Functions

char * libswocserver_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * libswocserver_get_src_version (void)
 Get the source version. More...
 
void libswocserver_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void libswocserver_print_src_version (void)
 Print the source version string to stdout. More...
 

Detailed Description

Source for version functions.

Author
Copyright (C) 2016-2019, 2021, 2022 Mark Grant

Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only

Version
v1.0.9 ==== 17/09/2022

Function Documentation

◆ libswocserver_get_pkg_version()

char* libswocserver_get_pkg_version ( void  )

Get the git-describe based package version.

Returns
The package version string.

◆ libswocserver_get_src_version()

char* libswocserver_get_src_version ( void  )

Get the source version.

Returns
The source version string.

◆ libswocserver_print_pkg_version()

void libswocserver_print_pkg_version ( void  )

Print the package version string to stdout.

◆ libswocserver_print_src_version()

void libswocserver_print_src_version ( void  )

Print the source version string to stdout.