RetroShare/libretroshare/src/util/rsversion.h
defnax b2e88b2ed2 update version and changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5606 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-09-26 12:26:27 +00:00

18 lines
No EOL
275 B
C++

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