diff options
author | Armin Rigo <arigo@tunes.org> | 2016-12-22 17:28:02 +0100 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2016-12-22 17:28:02 +0100 |
commit | 005478096e99afe891af705737ae27f1d4b844e7 (patch) | |
tree | cde36cd5aa891ca2774222928e58fa7470b19b46 /cffi/_embedding.h | |
parent | bf004e02c38c64180befc0442b36760f3dda908c (diff) | |
download | cffi-005478096e99afe891af705737ae27f1d4b844e7.tar.gz |
update version number to 1.9.2
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 e8cc8a0..2f69c77 100644 --- a/cffi/_embedding.h +++ b/cffi/_embedding.h @@ -233,7 +233,7 @@ static int _cffi_initialize_python(void) f = PySys_GetObject((char *)"stderr"); if (f != NULL && f != Py_None) { PyFile_WriteString("\nFrom: " _CFFI_MODULE_NAME - "\ncompiled with cffi version: 1.9.1" + "\ncompiled with cffi version: 1.9.2" "\n_cffi_backend module: ", f); modules = PyImport_GetModuleDict(); mod = PyDict_GetItemString(modules, "_cffi_backend"); |