- added help dialog to plugins

- added svn revision number checking to plugin system. If svn revision is > 0 and matches the compiled revision number, the plugin is always accepted.
- improved version number scripts to add the missing revision number as a int


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5512 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-09-04 21:59:49 +00:00
parent f7da165b86
commit 6782671951
9 changed files with 66 additions and 22 deletions

View file

@ -8,8 +8,8 @@
#include <string>
#define LIB_VERSION "0.5.3c"
#define SVN_REVISION "Revision: 5501 date : 21:01:27 09.04.12"
#define SVN_REVISION_NUMBER 0
#define SVN_REVISION "Revision: 5501 date : 22:25:46 09.04.12"
#define SVN_REVISION_NUMBER 5501
namespace RsUtil {