From: D'Arcy J.M. Cain Date: Sun, 4 Nov 2001 20:11:01 +0000 (+0000) Subject: Version was 3.3 but last released version was 3.1. Setting to match rest X-Git-Tag: REL7_2_BETA2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=568cb6ab5c83a05abcc65e1ddbf1596d9d010f03;p=postgresql Version was 3.3 but last released version was 3.1. Setting to match rest of the documentation in preparation for upcoming release. --- diff --git a/src/interfaces/python/pgmodule.c b/src/interfaces/python/pgmodule.c index 7b959e9429..e0849651a3 100644 --- a/src/interfaces/python/pgmodule.c +++ b/src/interfaces/python/pgmodule.c @@ -36,7 +36,7 @@ #include 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))