yasmine
ygen_version.hpp
Go to the documentation of this file.
1 // //
3 // This file is part of the Seadex yasmine ecosystem (http://yasmine.seadex.de). //
4 // Copyright (C) 2016-2017 Seadex GmbH //
5 // //
6 // Licensing information is available in the folder "license" which is part of this distribution. //
7 // The same information is available on the www @ http://yasmine.seadex.de/Licenses.html. //
8 // //
10 
11 
12 #ifndef YGEN_VERSION_222818B9_7102_4223_9009_208C9C53544A
13 #define YGEN_VERSION_222818B9_7102_4223_9009_208C9C53544A
14 
15 
16 #include "essentials/compatibility/compatibility.hpp"
17 
18 
19 namespace version
20 {
21 
22 
23 void log_version();
24 
25 
26 sxe::uint16_t get_major_version();
27 sxe::uint16_t get_minor_version();
28 sxe::uint16_t get_patch_version();
29 sxe::uint16_t get_build_number();
30 
31 
32 }
33 
34 
35 #endif
sxe::uint16_t get_major_version()
Definition: ygen_version.cpp:44
void log_version()
Definition: ygen_version.cpp:37
sxe::uint16_t get_build_number()
Definition: ygen_version.cpp:62
sxe::uint16_t get_patch_version()
Definition: ygen_version.cpp:56
Definition: ygen_build_number.hpp:19
sxe::uint16_t get_minor_version()
Definition: ygen_version.cpp:50