Version 0.9.9rc1
This commit is contained in:
parent
da9af7fe89
commit
80e2530c98
2 changed files with 3 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue