aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python/pgmodule.c
diff options
context:
space:
mode:
authorD'Arcy J.M. Cain <darcy@druid.net>2001-06-20 11:20:34 +0000
committerD'Arcy J.M. Cain <darcy@druid.net>2001-06-20 11:20:34 +0000
commit588463a449e70aff33d799b5c9475ab94fbdf4c9 (patch)
treed68b152491fa4128ef3d989a42602f1435d1b6e6 /src/interfaces/python/pgmodule.c
parent54e374c9e61b83e69801b682e8cb5581f643a92a (diff)
downloadpostgresql-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.c2
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))