diff options
author | Armin Rigo <arigo@tunes.org> | 2020-02-07 09:48:00 +0100 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2020-02-07 09:48:00 +0100 |
commit | db0738eaea62afd5e8f7921a3e6c5f14af99e672 (patch) | |
tree | 2630f5db7cf439fe2c22df75cf0b2e720d9e23cf /cffi/_embedding.h | |
parent | 36c87d65178a5a6806e34e057acbc8a45d0e7949 (diff) | |
download | cffi-db0738eaea62afd5e8f7921a3e6c5f14af99e672.tar.gz |
Bump version number to 1.14.0
Diffstat (limited to 'cffi/_embedding.h')
-rw-r--r-- | cffi/_embedding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cffi/_embedding.h b/cffi/_embedding.h index abd474a..34a4a66 100644 --- a/cffi/_embedding.h +++ b/cffi/_embedding.h @@ -224,7 +224,7 @@ static int _cffi_initialize_python(void) if (f != NULL && f != Py_None) { PyFile_WriteString("\nFrom: " _CFFI_MODULE_NAME - "\ncompiled with cffi version: 1.13.2" + "\ncompiled with cffi version: 1.14.0" "\n_cffi_backend module: ", f); modules = PyImport_GetModuleDict(); mod = PyDict_GetItemString(modules, "_cffi_backend"); |