RetroShare/libretroshare/src/util/rsversion.in
defnax b9d6427415 update rsversion
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4507 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-07-31 16:05:13 +00:00

17 lines
242 B
Plaintext

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