summaryrefslogtreecommitdiff
path: root/cffi/_embedding.h
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-04-11 15:18:44 +0200
committerArmin Rigo <arigo@tunes.org>2019-04-11 15:18:44 +0200
commitc422cd2db1f5979153fe716413157512e5fc5709 (patch)
tree49a188d4daebf6f14c4c8d404f840a25a6a8e420 /cffi/_embedding.h
parentd62f286d2f621fbc7dbe1a5f666e3337c084e3e1 (diff)
downloadcffi-c422cd2db1f5979153fe716413157512e5fc5709.tar.gz
bump version to 1.12.3
Diffstat (limited to 'cffi/_embedding.h')
-rw-r--r--cffi/_embedding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cffi/_embedding.h b/cffi/_embedding.h
index 09a7848..fb851bb 100644
--- a/cffi/_embedding.h
+++ b/cffi/_embedding.h
@@ -223,7 +223,7 @@ static int _cffi_initialize_python(void)
if (f != NULL && f != Py_None) {
PyFile_WriteString("\nFrom: " _CFFI_MODULE_NAME
- "\ncompiled with cffi version: 1.12.2"
+ "\ncompiled with cffi version: 1.12.3"
"\n_cffi_backend module: ", f);
modules = PyImport_GetModuleDict();
mod = PyDict_GetItemString(modules, "_cffi_backend");