/* * rsversion.h * * Created on: Jun 23, 2009 * Author: alexandrut */ #include #define LIB_VERSION "0.5.3b" #define SVN_REVISION "Revision 4971" namespace RsUtil { std::string retroshareVersion(); }