Aktualizr
C++ SOTA Client
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
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_