mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-04 20:59:38 -05:00
14 lines
181 B
C++
14 lines
181 B
C++
![]() |
/*
|
||
|
* rsversion.cc
|
||
|
*
|
||
|
* Created on: Jun 23, 2009
|
||
|
* Author: alexandrut
|
||
|
*/
|
||
|
|
||
|
#include "rsversion.h"
|
||
|
|
||
|
std::string RsUtil::retroshareVersion()
|
||
|
{
|
||
|
return std::string(VERSION);
|
||
|
}
|