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

15 lines
220 B
C++

/*
* rsversion.cc
*
* Created on: Jun 23, 2009
* Author: alexandrut
*/
#include "rsversion.h"
std::string RsUtil::retroshareVersion()
{
return std::string(LIB_VERSION) + " " + std::string(SVN_REVISION);
}