mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
6b0dacb8c3
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4335 b45a01b8-16f6-495d-af2f-9b41ad6348cc
17 lines
236 B
C++
17 lines
236 B
C++
/*
|
|
* rsversion.h
|
|
*
|
|
* Created on: Jun 23, 2009
|
|
* Author: alexandrut
|
|
*/
|
|
|
|
#include <string>
|
|
|
|
#define LIB_VERSION "0.5.1d"
|
|
#define SVN_REVISION "Revision "
|
|
|
|
namespace RsUtil {
|
|
|
|
std::string retroshareVersion();
|
|
|
|
} |