Browse Source

Version 0.9.8

MMGen 7 years ago
parent
commit
b5dd04c380

+ 1 - 1
doc/wiki/install-linux/Install-MMGen-on-Debian-or-Ubuntu-Linux.md

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

+ 1 - 1
mmgen/globalvars.py

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