From d9803307622225b46f9c51441e78c57987a5b580 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Fri, 22 Feb 2019 09:22:42 -0800 Subject: [PATCH] 0.6.0 --- README.md | 6 +++--- res/libsodium/buildlibsodium.sh | 4 ++-- src/version.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 81b1bef..f20229e 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Head over to the releases page and grab the latest installers or binary. https:/ If you are on Debian/Ubuntu, please download the `.deb` package and install it. ``` -sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.11.deb +sudo dpkg -i linux-deb-zec-qt-wallet-v0.6.0.deb sudo apt install -f ``` Or you can download and run the binaries directly. ``` -tar -xvf zec-qt-wallet-v0.5.11.tar.gz -./zec-qt-wallet-v0.5.11/zec-qt-wallet +tar -xvf zec-qt-wallet-v0.6.0.tar.gz +./zec-qt-wallet-v0.6.0/zec-qt-wallet ``` ### Windows diff --git a/res/libsodium/buildlibsodium.sh b/res/libsodium/buildlibsodium.sh index b86ad8e..6c59382 100755 --- a/res/libsodium/buildlibsodium.sh +++ b/res/libsodium/buildlibsodium.sh @@ -22,9 +22,9 @@ cd libsodium-1.0.16 LIBS="" ./configure make clean if [[ "$OSTYPE" == "darwin"* ]]; then - make CFLAGS="-mmacosx-version-min=10.11" CPPFLAGS="-mmacosx-version-min=10.11" + make CFLAGS="-mmacosx-version-min=10.11" CPPFLAGS="-mmacosx-version-min=10.11" -j4 else - make + make -j4 fi cd .. diff --git a/src/version.h b/src/version.h index 62a7c8f..789b770 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "0.5.11" +#define APP_VERSION "0.6.0"