RetroShare/libretroshare/src/util/rsversion.h
csoler 1901ac10ef updated rsversions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2678 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-04 14:46:11 +00:00

21 lines
255 B
C++

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