diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-04-05 18:25:33 +0000 |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-04-05 18:25:33 +0000 |
commit | 8e7b4908901e30f594e52d5fdcdc8b4e2d274ff1 (patch) | |
tree | d1cda8b0790ec0509bc28d4513538c7c5200897a /Modules/_sqlite/module.h | |
parent | c48c8db110fd5e3b1f8574e8e52f85d11d4c4fd4 (diff) | |
download | cpython-git-8e7b4908901e30f594e52d5fdcdc8b4e2d274ff1.tar.gz |
upgrade to final version of pysqlite 2.2.0
Diffstat (limited to 'Modules/_sqlite/module.h')
-rw-r--r-- | Modules/_sqlite/module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/_sqlite/module.h b/Modules/_sqlite/module.h index 75fe29d483..6694735f48 100644 --- a/Modules/_sqlite/module.h +++ b/Modules/_sqlite/module.h @@ -25,6 +25,8 @@ #define PYSQLITE_MODULE_H #include "Python.h" +#define PYSQLITE_VERSION "2.2.0" + extern PyObject* Error; extern PyObject* Warning; extern PyObject* InterfaceError; |