summaryrefslogtreecommitdiff
path: root/cffi/_embedding.h
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-11-02 10:30:12 +0100
committerArmin Rigo <arigo@tunes.org>2016-11-02 10:30:12 +0100
commite5799f1a577bb0e6877dc7e036720f7304797407 (patch)
tree4f8896aa09aac088fb99e27efa8d97086be4100f /cffi/_embedding.h
parentb3cd9a6e908b54f9a0c9c59a6744bcdbcc2e4d00 (diff)
downloadcffi-e5799f1a577bb0e6877dc7e036720f7304797407.tar.gz
Bump version number to 1.9.0
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 0b2fae1..de39b6c 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.8.4"
+ "\ncompiled with cffi version: 1.9.0"
"\n_cffi_backend module: ", f);
modules = PyImport_GetModuleDict();
mod = PyDict_GetItemString(modules, "_cffi_backend");