aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pypy/tool/release/win32build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/tool/release/win32build.py b/pypy/tool/release/win32build.py
index 6416a317b3..82947d33b2 100644
--- a/pypy/tool/release/win32build.py
+++ b/pypy/tool/release/win32build.py
@@ -7,7 +7,7 @@ import shutil
pypydir = py.path.local(autopath.pypydir)
builddir = pypydir.join('translator', 'goal')
-VERSION = "1.4.1"
+VERSION = "1.5.0a0"
def make_pypy(tag, options):
pypy = 'pypy%s' % (tag,)