mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-11 17:04:31 -05:00
17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
|
/*
|
||
|
* rsversion.h
|
||
|
*
|
||
|
* Created on: Jun 23, 2009
|
||
|
* Author: alexandrut
|
||
|
*/
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
#define LIB_VERSION "0.5.1"
|
||
|
#define SVN_REVISION "Revision: $WCREV$"
|
||
|
|
||
|
namespace RsUtil {
|
||
|
|
||
|
std::string retroshareVersion();
|
||
|
|
||
|
}
|