diff options
author | D'Arcy J.M. Cain <darcy@druid.net> | 2001-11-04 20:11:01 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain <darcy@druid.net> | 2001-11-04 20:11:01 +0000 |
commit | 568cb6ab5c83a05abcc65e1ddbf1596d9d010f03 (patch) | |
tree | 110b11b1ff33624c52a91edde47b1c30c6448d07 /src/interfaces/python/pgmodule.c | |
parent | fb5f1b2c13c0c1265f2d1244312fee256629a187 (diff) | |
download | postgresql-568cb6ab5c83a05abcc65e1ddbf1596d9d010f03.tar.gz postgresql-568cb6ab5c83a05abcc65e1ddbf1596d9d010f03.zip |
Version was 3.3 but last released version was 3.1. Setting to match rest
of the documentation in preparation for upcoming release.
Diffstat (limited to 'src/interfaces/python/pgmodule.c')
-rw-r--r-- | src/interfaces/python/pgmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/pgmodule.c b/src/interfaces/python/pgmodule.c index 7b959e94299..e0849651a3c 100644 --- a/src/interfaces/python/pgmodule.c +++ b/src/interfaces/python/pgmodule.c @@ -36,7 +36,7 @@ #include <string.h> static PyObject *PGError; -static const char *PyPgVersion = "3.3"; +static const char *PyPgVersion = "3.2"; /* taken from fileobject.c */ #define BUF(v) PyString_AS_STRING((PyStringObject *)(v)) |