Author: Matti Picus <[email protected]>
Branch: release-2.3.x
Changeset: r71060:ce3ce6a5c5eb
Date: 2014-04-29 22:26 +0300
http://bitbucket.org/pypy/pypy/changeset/ce3ce6a5c5eb/

Log:    fix version name

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.6"
 
 /* PyPy version as a string */
-#define PYPY_VERSION "2.3.0-final0"
+#define PYPY_VERSION "2.3.0"
 
 /* Subversion Revision number of this file (not of the repository).
  * Empty since Mercurial migration. */
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to