updated version number to 0.5.4c

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-11-20 12:09:45 +00:00
parent 03c331e43f
commit 44992631cc

View File

@ -7,7 +7,7 @@
#include <string>
#define LIB_VERSION "0.5.4b"
#define LIB_VERSION "0.5.4c"
#define SVN_REVISION "Revision 5605"
#define SVN_REVISION_NUMBER 5605
@ -15,4 +15,4 @@ namespace RsUtil {
std::string retroshareVersion();
}
}