update rs version

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-07-05 10:52:50 +00:00
parent 6a40e1b2f3
commit 54c8b2b0fa

View file

@ -1,21 +1,17 @@
/* /*
* rsversion.h * rsversion.h
* *
* Created on: Jun 23, 2009 * Created on: Jun 23, 2009
* Author: alexandrut * Author: alexandrut
*/ */
#include <string> #include <string>
#define LIB_VERSION "0.5.1" #define LIB_VERSION "0.5.1"
#define SVN_REVISION "$Rev$" #define SVN_REVISION "Revision: 3253"
namespace RsUtil { namespace RsUtil {
std::string retroshareVersion(); std::string retroshareVersion();
} }