- update Changelog for release 0.5.4a

- added latest translations from beluga
- fixed SecurityItem to hide request Label, when attempt comes from a friend

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5583 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-09-22 12:25:47 +00:00
parent 90d6672cd5
commit d413412229
14 changed files with 702 additions and 4573 deletions

View file

@ -7,12 +7,12 @@
#include <string>
#define LIB_VERSION "0.5.4"
#define SVN_REVISION "Revision: 5501 date : 15:32:07 09.09.12"
#define SVN_REVISION_NUMBER 5501
#define LIB_VERSION "0.5.4a"
#define SVN_REVISION "Revision 5582"
#define SVN_REVISION_NUMBER 5582
namespace RsUtil {
std::string retroshareVersion();
}
}