Aktualizr
C++ SOTA Client
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
+
Functions
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Variables
Enumerations
+
Files
File List
+
File Members
All
Functions
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
src
libaktualizr
utilities
aktualizr_version.h
1
#ifndef AKTUALIZR_VERSION_H_
2
#define AKTUALIZR_VERSION_H_
3
4
// This is part of a separate library which is the only one where the
5
// AKTUALIZR_VERSION macro is defined, so that the rest of the code base
6
// compilation can be cached (e.g: with ccache)
7
8
const
char
*aktualizr_version();
9
10
#endif // AKTUALIZR_VERSION_H_
Generated by
1.8.13