# HG changeset patch # User Julien Cristau # Date 1416235524 -3600 # Node ID db211577669644d8ad4a7b2afa238a8ff6723ffb # Parent 5c07f464981ecf6b98aae78774a7fb272d726113 evolve: fix the version number The tag is 5.0.0 the content of the file was wrong. diff -r 5c07f464981e -r db2115776696 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/'