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
*
* Created on: Jun 23, 2009
* Author: alexandrut
*/
#include <string>
#define LIB_VERSION "0.5.1"
#define SVN_REVISION "$Rev$"
namespace RsUtil {
std::string retroshareVersion();
}
/*
* rsversion.h
*
* Created on: Jun 23, 2009
* Author: alexandrut
*/
#include <string>
#define LIB_VERSION "0.5.1"
#define SVN_REVISION "Revision: 3253"
namespace RsUtil {
std::string retroshareVersion();
}