hgext/evolve.py
branchstable
changeset 1257 c52c15100fb2
parent 1256 f8cb01637e75
child 1272 749c931aa47b
child 1278 5ff8a5d85b2b
--- a/hgext/evolve.py	Mon Apr 20 13:48:06 2015 +0200
+++ b/hgext/evolve.py	Mon Apr 20 13:52:17 2015 +0200
@@ -19,8 +19,8 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.1.2'
-testedwith = '3.3.3'
+__version__ = '5.1.3'
+testedwith = '3.3.3 3.4-rc'
 buglink = 'http://bz.selenic.com/'
 
 import sys, os