RetroShare/libretroshare/src/util/rsversion.h
defnax 6b0dacb8c3 update version for trunk
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4335 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-06-25 16:16:02 +00:00

17 lines
236 B
C++

/*
* rsversion.h
*
* Created on: Jun 23, 2009
* Author: alexandrut
*/
#include <string>
#define LIB_VERSION "0.5.1d"
#define SVN_REVISION "Revision "
namespace RsUtil {
std::string retroshareVersion();
}