From 80e2530c985e9050c3006b4d8b8dfd78e52713e6 Mon Sep 17 00:00:00 2001 From: MMGen Date: Sat, 13 Oct 2018 16:52:25 +0000 Subject: [PATCH] Version 0.9.9rc1 --- mmgen/globalvars.py | 4 ++-- test/test.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mmgen/globalvars.py b/mmgen/globalvars.py index 8db09170..2fc4c206 100755 --- a/mmgen/globalvars.py +++ b/mmgen/globalvars.py @@ -38,8 +38,8 @@ class g(object): # Constants: - version = '0.9.899' - release_date = 'May 2018' + version = '0.9.9rc1' + release_date = 'October 2018' proj_name = 'MMGen' proj_url = 'https://github.com/mmgen/mmgen' diff --git a/test/test.py b/test/test.py index f2095822..6722a8eb 100755 --- a/test/test.py +++ b/test/test.py @@ -2347,7 +2347,7 @@ class MMGenTestSuite(object): def autosign(self,name): # tests everything except device detection, mount/unmount if skip_for_win(): return - fdata = ( ('btc',''), + fdata = ( ('btc',''), ('bch',''), ('ltc','litecoin'), ('eth','ethereum'),