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>
81 RCF_EXPORT boost::uint32_t getLibraryVersion();
84 RCF_EXPORT boost::uint32_t getDefaultRuntimeVersion();
85 RCF_EXPORT
void setDefaultRuntimeVersion(boost::uint32_t version);
88 RCF_EXPORT boost::uint32_t getDefaultArchiveVersion();
89 RCF_EXPORT
void setDefaultArchiveVersion(boost::uint32_t version);
93 #endif // ! INCLUDE_RCF_VERSION_HPP