[pypy-commit] pypy default: update repackage script

mattip pypy.commits at gmail.com
Sun Aug 28 01:30:03 EDT 2016


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r86634:68bb3510d821
Date: 2016-08-28 15:28 +1000
http://bitbucket.org/pypy/pypy/changeset/68bb3510d821/

Log:	update repackage script

diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh
--- a/pypy/tool/release/repackage.sh
+++ b/pypy/tool/release/repackage.sh
@@ -1,7 +1,7 @@
 # Edit these appropriately before running this script
 maj=5
-min=3
-rev=1
+min=4
+rev=0
 branchname=release-$maj.x  # ==OR== release-$maj.$min.x
 tagname=release-pypy2.7-v$maj.$min.$rev  # ==OR== release-$maj.$min
 


More information about the pypy-commit mailing list