Author: Armin Rigo <ar...@tunes.org>
Branch: cffi-1.0
Changeset: r1915:cd57701f17ff
Date: 2015-05-06 10:05 +0200
http://bitbucket.org/cffi/cffi/changeset/cd57701f17ff/

Log:    Revert this version number change, which doesn't make sense

diff --git a/cffi/__init__.py b/cffi/__init__.py
--- a/cffi/__init__.py
+++ b/cffi/__init__.py
@@ -10,4 +10,4 @@
 # The verifier module file names are based on the CRC32 of a string that
 # contains the following version number.  It may be older than __version__
 # if nothing is clearly incompatible.
-__version_verifier_modules__ = "1.0.0b1"
+__version_verifier_modules__ = "0.8.6"
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to