changeset 1259:db2115776696 stable

evolve: fix the version number The tag is 5.0.0 the content of the file was wrong.
author Julien Cristau <julien.cristau@logilab.fr>
date Mon, 17 Nov 2014 15:45:24 +0100
parents 5c07f464981e
children 8147b59ac9dc
files hgext/evolve.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py
+++ b/hgext/evolve.py
@@ -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/'