Server Wait On Clients System - Full Internal Documentation v1.7.2
Server Wait On Clients System.
Loading...
Searching...
No Matches
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

 __attribute__ ((const)) const
 Get the git-describe based package version.
 
void swocserverd_print_pkg_version (void)
 Print the package version string to stdout.
 
void swocserverd_print_src_version (void)
 Print the source version string to stdout.
 

Detailed Description

Source for version functions.

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

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

Version
v1.1.0 ==== 26/11/2023

Function Documentation

◆ __attribute__()

__attribute__ ( (const)  ) const

Get the git-describe based package version.

Get the source version.

Returns
The package version string.
The source version string.

◆ swocserverd_print_pkg_version()

void swocserverd_print_pkg_version ( void  )

Print the package version string to stdout.

◆ swocserverd_print_src_version()

void swocserverd_print_src_version ( void  )

Print the source version string to stdout.