RetroShare/libretroshare/src/util/rsversion.in
2012-09-06 01:29:44 +00:00

18 lines
281 B
Plaintext

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