More changes for V0.5.3a

- Updated English Email Invite (sorry guys, you'll have to redo translations).
 - Set OSX default style to "Cleanlooks" - as AQUA style hides some windows.
 - Updated Version strings to V0.5.3a. / 4874
 - Fixed missing headers for plugin manager.
 - Disabled ZEROCONF for OSX.
 


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4874 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-02-03 00:15:49 +00:00
parent e1e3ea6384
commit 15ea61caa3
6 changed files with 41 additions and 15 deletions

View file

@ -313,6 +313,7 @@ mac {
HEADERS += upnp/upnputil.h
SOURCES += upnp/upnputil.c
# zeroconf disabled at the end of libretroshare.pro (but need the code)
CONFIG += zeroconf
CONFIG += zcnatassist
@ -660,7 +661,8 @@ HEADERS += zeroconf/p3zeroconf.h \
SOURCES += zeroconf/p3zeroconf.cc \
DEFINES *= RS_ENABLE_ZEROCONF
# Disable Zeroconf (we still need the code for zcnatassist
# DEFINES *= RS_ENABLE_ZEROCONF
}

View file

@ -13,7 +13,8 @@
#include <retroshare/rsplugin.h>
#include <retroshare/rsfiles.h>
#include <pqi/pqiservice.h>
#include <plugins/pluginclasses.h>
#include <plugins/rscacheservice.h>
#include <plugins/rspqiservice.h>
// lets disable the plugin system for now, as it's unfinished.
#ifdef WINDOWS_SYS

View file

@ -7,11 +7,11 @@
#include <string>
#define LIB_VERSION "0.5.2a"
#define SVN_REVISION "Revision 4550"
#define LIB_VERSION "0.5.3a"
#define SVN_REVISION "Revision 4874"
namespace RsUtil {
std::string retroshareVersion();
}
}