commit | 8e7b4908901e30f594e52d5fdcdc8b4e2d274ff1 | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Wed Apr 05 18:25:33 2006 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Wed Apr 05 18:25:33 2006 +0000 |
tree | d1cda8b0790ec0509bc28d4513538c7c5200897a | |
parent | c48c8db110fd5e3b1f8574e8e52f85d11d4c4fd4 [diff] [blame] |
upgrade to final version of pysqlite 2.2.0
diff --git a/Modules/_sqlite/module.h b/Modules/_sqlite/module.h index 75fe29d..6694735 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;