19 #ifndef INCLUDE_RCF_VERSION_HPP
20 #define INCLUDE_RCF_VERSION_HPP
22 #include <RCF/BuildVersion.hpp>
23 #include <RCF/Export.hpp>
25 #include <boost/cstdint.hpp>
86 RCF_EXPORT boost::uint32_t getLibraryVersion();
89 RCF_EXPORT boost::uint32_t getDefaultRuntimeVersion();
90 RCF_EXPORT
void setDefaultRuntimeVersion(boost::uint32_t version);
93 RCF_EXPORT boost::uint32_t getDefaultArchiveVersion();
94 RCF_EXPORT
void setDefaultArchiveVersion(boost::uint32_t version);
98 #endif // ! INCLUDE_RCF_VERSION_HPP