Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2586:16566febd6da
Date: 2016-01-15 11:29 +0100
http://bitbucket.org/cffi/cffi/changeset/16566febd6da/

Log:    Bump version number here

diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -2,7 +2,7 @@
 #include <Python.h>
 #include "structmember.h"
 
-#define CFFI_VERSION  "1.4.2"
+#define CFFI_VERSION  "1.4.3"
 
 #ifdef MS_WIN32
 #include <windows.h>
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to