electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 87c596fa1d685b9365c26b9dfabe9c566f806ea0
parent 0e78e15fa4ae87e63bf3b226055e7d58fb527773
Author: ThomasV <thomasv@electrum.org>
Date:   Wed, 13 Feb 2019 22:23:30 +0100

prepare release 3.3.4

Diffstat:
MRELEASE-NOTES | 2+-
Melectrum/version.py | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,4 +1,4 @@ -# Release 3.3.4 - (unreleased) +# Release 3.3.4 - (February 13, 2019) * AppImage: we now also distribute self-contained binaries for x86_64 Linux in the form of an AppImage (#5042). The Python interpreter, diff --git a/electrum/version.py b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.3.3' # version of the client package -APK_VERSION = '3.3.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.4' # version of the client package +APK_VERSION = '3.3.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested