tbump version number to 4.0.0a0 (alpha version) - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit c37d08cec9c5c9fbc473151b2b77343cefeae7c9
DIR parent dd0be1541eb696d6a41420178543f2c36d20f80e
HTML Author: ThomasV <thomasv@electrum.org>
Date: Fri, 11 Oct 2019 18:13:48 +0200
bump version number to 4.0.0a0 (alpha version)
Diffstat:
M RELEASE-NOTES | 5 +++++
M electrum/version.py | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
t@@ -1,3 +1,8 @@
+# Release 4.0 - (Not released yet; release notes are incomplete)
+
+ * Lightning Network
+ * Http PayServer can be configured from GUI
+
# Release 3.3.8 - (July 11, 2019)
* fix some bugs with recent bump fee (RBF) improvements (#5483, #5502)
DIR diff --git a/electrum/version.py b/electrum/version.py
t@@ -1,5 +1,5 @@
-ELECTRUM_VERSION = '3.3.8' # version of the client package
-APK_VERSION = '3.3.8.0' # read by buildozer.spec
+ELECTRUM_VERSION = '4.0.0a0' # version of the client package
+APK_VERSION = '4.0.0.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested