RetroShare/libretroshare/src/util/rsversion.h
joss17 47b6cff805 update version info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2215 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 20:49:49 +00:00

22 lines
259 B
C++

/*
* rsversion.h
*
* Created on: Jun 23, 2009
* Author: alexandrut
*/
#include <string>
#define LIB_VERSION "0.5.0 alpha 1"
#define SVN_REVISION "svn : 2213 date : 21:41:59 02.06.10"
namespace RsUtil {
std::string retroshareVersion();
}