Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
CppRuntimeVersion.h
Go to the documentation of this file.
1 #ifndef ZSERIO_CPP_RUNTIME_VERSION_H_INC
2 #define ZSERIO_CPP_RUNTIME_VERSION_H_INC
3 
5 constexpr const char* CPP17_EXTENSION_RUNTIME_VERSION_STRING = "0.5.0";
6 
8 #define CPP17_EXTENSION_RUNTIME_VERSION_NUMBER 5000
9 
10 #endif // ifndef ZSERIO_CPP_RUNTIME_VERSION_H_INC
constexpr const char * CPP17_EXTENSION_RUNTIME_VERSION_STRING