update changelog and corrected some path for win libs

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-02-20 12:38:04 +00:00
parent 7764fbd158
commit 67c3321ae4
6 changed files with 67 additions and 12 deletions

View file

@ -292,12 +292,12 @@ win32 {
SOURCES += upnp/upnputil.c
UPNPC_DIR = ../../../../miniupnpc-1.3
GPG_ERROR_DIR = ../../../../libgpg-error-1.7
GPGME_DIR = ../../../../gpgme-1.1.8
UPNPC_DIR = ../../../miniupnpc-1.3
GPG_ERROR_DIR = ../../../libgpg-error-1.10
GPGME_DIR = ../../../gpgme-1.1.8
PTHREADS_DIR = ../../../../pthreads-w32-2-8-0-release
ZLIB_DIR = ../../../../zlib-1.2.3
PTHREADS_DIR = ../../../pthreads-w32-2-8-0-release
ZLIB_DIR = ../../../zlib-1.2.3
SSL_DIR = ../../../../OpenSSL

View file

@ -7,7 +7,7 @@
#include <string>
#define LIB_VERSION "0.5.3a"
#define LIB_VERSION "0.5.3b"
#define SVN_REVISION "Revision $WCREV$"
namespace RsUtil {