Fixing layout changes in Id Edit Dialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7113 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-02-13 11:55:14 +00:00
parent f818bb8e9a
commit b785132cbe
10 changed files with 89 additions and 43 deletions

View file

@ -7,7 +7,7 @@
#include "rsversion.h"
#define LIB_VERSION "0.5.5c"
#define LIB_VERSION "0.6.x"
std::string RsUtil::retroshareVersion()
{

View file

@ -11,8 +11,8 @@
// These versioning parameters are in the header because plugin versioning requires it.
// Please use the functions below, and don't refer directly to the #defines.
#define SVN_REVISION "Revision 7062"
#define SVN_REVISION_NUMBER 7062
#define SVN_REVISION "Revision 7106"
#define SVN_REVISION_NUMBER 7106
namespace RsUtil {