summaryrefslogtreecommitdiff
path: root/c/_cffi_backend.c
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-06-03 20:41:37 +0200
committerArmin Rigo <arigo@tunes.org>2019-06-03 20:41:37 +0200
commit7c94e003e06bdd32f9a7eaf013551ea0dcd45cdd (patch)
tree8b948524eec9da6d811208582f8712b515730ea6 /c/_cffi_backend.c
parent25aa61afee579b92aa43d81d7b065ede436d8eae (diff)
downloadcffi-7c94e003e06bdd32f9a7eaf013551ea0dcd45cdd.tar.gz
bump version number to 1.13
Diffstat (limited to 'c/_cffi_backend.c')
-rw-r--r--c/_cffi_backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
index bcbe45a..1c8c6e7 100644
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -2,7 +2,7 @@
#include <Python.h>
#include "structmember.h"
-#define CFFI_VERSION "1.12.3"
+#define CFFI_VERSION "1.13.0"
#ifdef MS_WIN32
#include <windows.h>