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 <config.h>
#include <stdio.h>
#include "internal.h"
Include dependency graph for version.c:

Functions

char * swocserver_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * swocserver_get_src_version (void)
 Get the source version. More...
 
void swocserver_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void swocserver_print_src_version (void)
 Print the source version string to stdout. More...
 

Detailed Description

Source for version functions.

Author
Copyright (C) 2015-2019, 2021 Mark Grant

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

Version
v1.0.7 ==== 08/12/2021

Function Documentation

◆ swocserver_get_pkg_version()

char* swocserver_get_pkg_version ( void  )

Get the git-describe based package version.

Returns
The package version string.

◆ swocserver_get_src_version()

char* swocserver_get_src_version ( void  )

Get the source version.

Returns
The source version string.

◆ swocserver_print_pkg_version()

void swocserver_print_pkg_version ( void  )

Print the package version string to stdout.

◆ swocserver_print_src_version()

void swocserver_print_src_version ( void  )

Print the source version string to stdout.