RetroShare/libretroshare/src/util/rsversion.h
defnax bd67b1fe90 forget to commit this
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5189 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-05-25 07:49:42 +00:00

17 lines
236 B
C++

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