From 1d02a6640d6257ab0c37013e5cd4b99681a5cfc3 Mon Sep 17 00:00:00 2001 From: goatpig Date: Sun, 23 Dec 2018 07:07:57 +0100 Subject: [PATCH] bump version and update changelog --- armoryengine/ArmoryUtils.py | 2 +- changelog.txt | 2 +- configure.ac | 2 +- cppForSwig/BitcoinP2P.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/armoryengine/ArmoryUtils.py b/armoryengine/ArmoryUtils.py index 1b04f7653..7995a9807 100644 --- a/armoryengine/ArmoryUtils.py +++ b/armoryengine/ArmoryUtils.py @@ -68,7 +68,7 @@ LEVELDB_HEADERS = 'leveldb_headers' # Version Numbers -BTCARMORY_VERSION = (0, 96, 4, 991) # (Major, Minor, Bugfix, AutoIncrement) +BTCARMORY_VERSION = (0, 96, 5, 0) # (Major, Minor, Bugfix, AutoIncrement) PYBTCWALLET_VERSION = (1, 35, 0, 0) # (Major, Minor, Bugfix, AutoIncrement) # ARMORY_DONATION_ADDR = '1ArmoryXcfq7TnCSuZa9fQjRYwJ4bkRKfv' diff --git a/changelog.txt b/changelog.txt index 79825e1c8..6857a1174 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -v0.96.5 +v0.96.5, released December 23rd 2018 == Added == - You can now set the database path from the Settings menu. - You can now spend to bech32 addresses. diff --git a/configure.ac b/configure.ac index 44c5f0ed7..eb0d1c5bb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([BitcoinArmory], [0.96.4.991], [moothecowlord@gmail.com]) +AC_INIT([BitcoinArmory], [0.96.5], [moothecowlord@gmail.com]) AM_INIT_AUTOMAKE([1.10 subdir-objects foreign -Wall -Werror]) diff --git a/cppForSwig/BitcoinP2P.cpp b/cppForSwig/BitcoinP2P.cpp index 411a622d1..57b07bf06 100644 --- a/cppForSwig/BitcoinP2P.cpp +++ b/cppForSwig/BitcoinP2P.cpp @@ -936,7 +936,7 @@ void BitcoinP2P::connectLoop(void) version.setVersionHeaderIPv4(70012, services, timestamp, node_addr_, clientsocketaddr); - version.userAgent_ = "Armory:0.96.4.991"; + version.userAgent_ = "Armory:0.96.5"; version.startHeight_ = -1; sendMessage(move(version));