RetroShare/libretroshare/src/util/rsversion.in

17 lines
243 B
Plaintext

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