diff options
author | D'Arcy J.M. Cain <darcy@druid.net> | 2001-06-20 11:20:34 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain <darcy@druid.net> | 2001-06-20 11:20:34 +0000 |
commit | 588463a449e70aff33d799b5c9475ab94fbdf4c9 (patch) | |
tree | d68b152491fa4128ef3d989a42602f1435d1b6e6 /src/interfaces/python/pgmodule.c | |
parent | 54e374c9e61b83e69801b682e8cb5581f643a92a (diff) | |
download | postgresql-588463a449e70aff33d799b5c9475ab94fbdf4c9.tar.gz postgresql-588463a449e70aff33d799b5c9475ab94fbdf4c9.zip |
Make sure that everything says version 3.2.
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 71ed7569f9b..278d4124aaa 100644 --- a/src/interfaces/python/pgmodule.c +++ b/src/interfaces/python/pgmodule.c @@ -46,7 +46,7 @@ #define NUMERICOID 1700 static PyObject *PGError; -static const char *PyPgVersion = "3.1"; +static const char *PyPgVersion = "3.2"; /* taken from fileobject.c */ #define BUF(v) PyString_AS_STRING((PyStringObject *)(v)) |