From 588463a449e70aff33d799b5c9475ab94fbdf4c9 Mon Sep 17 00:00:00 2001 From: "D'Arcy J.M. Cain" Date: Wed, 20 Jun 2001 11:20:34 +0000 Subject: Make sure that everything says version 3.2. --- src/interfaces/python/pgmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/python/pgmodule.c') 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)) -- cgit v1.2.3