moved defines for version to .h, as it is super hard to script the replacement of the defines in the cpp file

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6930 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-12-08 13:50:10 +00:00
parent b2db781f65
commit 6380f6121c
3 changed files with 59 additions and 11 deletions

View file

@ -21,10 +21,6 @@
#include "rsguiversion.h"
#define GUI_VERSION "0.5.5b"
#define GUI_REVISION "Revision: 6877"
QString retroshareVersion() {
return QString(GUI_VERSION);
}