Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string> // std::string
4
5namespace sysio { namespace version {
6
8 const std::string& version_client();
9
11 const std::string& version_full();
12
13} }
const std::string & version_client()
< Grab the basic version information of the client; example: v1.8.0-rc1
Definition version.cpp:5
const std::string & version_full()
Definition version.cpp:10