/* * rsversion.h * * Created on: Jun 23, 2009 * Author: alexandrut */ #include #define LIB_VERSION "0.5.0" #define SVN_REVISION "Revision: 2670 date : 18:01:49 04.03.10" namespace RsUtil { std::string retroshareVersion(); }