mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
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:
parent
7764fbd158
commit
67c3321ae4
6 changed files with 67 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue