mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 07:40:21 -04:00

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2678 b45a01b8-16f6-495d-af2f-9b41ad6348cc
21 lines
255 B
C++
21 lines
255 B
C++
/*
|
|
* rsversion.h
|
|
*
|
|
* Created on: Jun 23, 2009
|
|
* Author: alexandrut
|
|
*/
|
|
|
|
#include <string>
|
|
|
|
#define LIB_VERSION "0.5.0"
|
|
#define SVN_REVISION "Revision: 2670 date : 18:01:49 04.03.10"
|
|
|
|
namespace RsUtil {
|
|
|
|
std::string retroshareVersion();
|
|
|
|
}
|
|
|
|
|
|
|
|
|