RetroShare/libretroshare/src/util/rsversion.h
2009-12-16 21:54:46 +00:00

22 lines
215 B
C++

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