evolve: fix the version number stable
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 17 Nov 2014 15:45:24 +0100
branchstable
changeset 1163 db2115776696
parent 1162 5c07f464981e
child 1164 8147b59ac9dc
evolve: fix the version number The tag is 5.0.0 the content of the file was wrong.
hgext/evolve.py
--- a/hgext/evolve.py	Tue Nov 18 20:27:53 2014 -0500
+++ b/hgext/evolve.py	Mon Nov 17 15:45:24 2014 +0100
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.1.0'
+__version__ = '5.0.0'
 testedwith = '3.2'
 buglink = 'http://bz.selenic.com/'