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