RetroShare/libretroshare/src/util/rsversion.h

17 lines
187 B
C++

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