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