Author: Maciej Fijalkowski <[email protected]>
Branch: release-2.0-beta1
Changeset: r58853:f2627b0f60a0
Date: 2012-11-13 13:20 +0100
http://bitbucket.org/pypy/pypy/changeset/f2627b0f60a0/

Log:    Create a release-2.0-beta1 branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-2.0-beta1.rst
rename from pypy/doc/whatsnew-head.rst
rename to pypy/doc/whatsnew-2.0-beta1.rst
diff --git a/pypy/module/cpyext/include/patchlevel.h 
b/pypy/module/cpyext/include/patchlevel.h
--- a/pypy/module/cpyext/include/patchlevel.h
+++ b/pypy/module/cpyext/include/patchlevel.h
@@ -29,7 +29,7 @@
 #define PY_VERSION             "2.7.3"
 
 /* PyPy version as a string */
-#define PYPY_VERSION "1.9.1"
+#define PYPY_VERSION "2.0beta1"
 
 /* Subversion Revision number of this file (not of the repository).
  * Empty since Mercurial migration. */
diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py
--- a/pypy/module/sys/version.py
+++ b/pypy/module/sys/version.py
@@ -11,7 +11,7 @@
 #XXX # sync CPYTHON_VERSION with patchlevel.h, package.py
 CPYTHON_API_VERSION        = 1013   #XXX # sync with include/modsupport.h
 
-PYPY_VERSION               = (1, 9, 1, "dev", 0)    #XXX # sync patchlevel.h
+PYPY_VERSION               = (2, 0, 0, "beta", 1)    #XXX # sync patchlevel.h
 
 if platform.name == 'msvc':
     COMPILER_INFO = 'MSC v.%d 32 bit' % (platform.version * 10 + 600)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to