Version 0.9.9rc1

This commit is contained in:
The MMGen Project 2018-10-13 16:52:25 +00:00
commit 80e2530c98
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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'),