Version 0.9.8

This commit is contained in:
The MMGen Project 2018-05-15 11:47:39 +00:00
commit b5dd04c380
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
$ git clone https://github.com/mmgen/mmgen.git
$ cd mmgen
$ git checkout -b stable stable_linux
$ git checkout stable_linux
$ sudo ./setup.py install
$ cd ..

View file

@ -38,7 +38,7 @@ class g(object):
# Constants:
version = '0.9.8rc3'
version = '0.9.8'
release_date = 'May 2018'
proj_name = 'MMGen'