diff options
| author | Gerhard Häring <gh@ghaering.de> | 2010-03-05 09:12:37 (GMT) |
|---|---|---|
| committer | Gerhard Häring <gh@ghaering.de> | 2010-03-05 09:12:37 (GMT) |
| commit | 3bbb67273a8c146a38de91080a37e716e2699622 (patch) | |
| tree | 19a3d1e79cb51cc42760af73724c4f4615d4c21c /Modules/_sqlite/module.h | |
| parent | 2bb66e03b72ae5a0468dab0b7020316f31c8cfdf (diff) | |
| download | cpython-3bbb67273a8c146a38de91080a37e716e2699622.zip cpython-3bbb67273a8c146a38de91080a37e716e2699622.tar.gz cpython-3bbb67273a8c146a38de91080a37e716e2699622.tar.bz2 | |
Merged code from pysqlite 2.6.0.
Diffstat (limited to 'Modules/_sqlite/module.h')
| -rw-r--r-- | Modules/_sqlite/module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/_sqlite/module.h b/Modules/_sqlite/module.h index b14be2a..8d17d61 100644 --- a/Modules/_sqlite/module.h +++ b/Modules/_sqlite/module.h @@ -1,6 +1,6 @@ /* module.h - definitions for the module * - * Copyright (C) 2004-2007 Gerhard Häring <gh@ghaering.de> + * Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de> * * This file is part of pysqlite. * @@ -25,7 +25,7 @@ #define PYSQLITE_MODULE_H #include "Python.h" -#define PYSQLITE_VERSION "2.4.1" +#define PYSQLITE_VERSION "2.6.0" extern PyObject* pysqlite_Error; extern PyObject* pysqlite_Warning; |
