/* * rsversion.h * * Created on: Jun 23, 2009 * Author: alexandrut */ #include #define LIB_VERSION "0.5.0 alpha 1" #define SVN_REVISION "svn : 2213 date : 21:41:59 02.06.10" namespace RsUtil { std::string retroshareVersion(); }