RetroShare/libretroshare/src/util/rsversion.h

18 lines
242 B
C
Raw Normal View History

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