Skip to content

Commit 1d02a66

Browse files
committed
bump version and update changelog
1 parent 3c53920 commit 1d02a66

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

armoryengine/ArmoryUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
LEVELDB_HEADERS = 'leveldb_headers'
6969

7070
# Version Numbers
71-
BTCARMORY_VERSION = (0, 96, 4, 991) # (Major, Minor, Bugfix, AutoIncrement)
71+
BTCARMORY_VERSION = (0, 96, 5, 0) # (Major, Minor, Bugfix, AutoIncrement)
7272
PYBTCWALLET_VERSION = (1, 35, 0, 0) # (Major, Minor, Bugfix, AutoIncrement)
7373

7474
# ARMORY_DONATION_ADDR = '1ArmoryXcfq7TnCSuZa9fQjRYwJ4bkRKfv'

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.96.5
1+
v0.96.5, released December 23rd 2018
22
== Added ==
33
- You can now set the database path from the Settings menu.
44
- You can now spend to bech32 addresses.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.60)
2-
AC_INIT([BitcoinArmory], [0.96.4.991], [moothecowlord@gmail.com])
2+
AC_INIT([BitcoinArmory], [0.96.5], [moothecowlord@gmail.com])
33

44
AM_INIT_AUTOMAKE([1.10 subdir-objects foreign -Wall -Werror])
55

cppForSwig/BitcoinP2P.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ void BitcoinP2P::connectLoop(void)
936936
version.setVersionHeaderIPv4(70012, services, timestamp,
937937
node_addr_, clientsocketaddr);
938938

939-
version.userAgent_ = "Armory:0.96.4.991";
939+
version.userAgent_ = "Armory:0.96.5";
940940
version.startHeight_ = -1;
941941

942942
sendMessage(move(version));

0 commit comments

Comments
 (0)