Zserio C++ runtime library  1.1.0
Built for Zserio 2.15.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* CPP_EXTENSION_RUNTIME_VERSION_STRING = "1.1.0";
6 
8 #define CPP_EXTENSION_RUNTIME_VERSION_NUMBER 1001000
9 
10 #endif // ifndef ZSERIO_CPP_RUNTIME_VERSION_H_INC
constexpr const char * CPP_EXTENSION_RUNTIME_VERSION_STRING