From 568cb6ab5c83a05abcc65e1ddbf1596d9d010f03 Mon Sep 17 00:00:00 2001 From: "D'Arcy J.M. Cain" Date: Sun, 4 Nov 2001 20:11:01 +0000 Subject: [PATCH] Version was 3.3 but last released version was 3.1. Setting to match rest of the documentation in preparation for upcoming release. --- src/interfaces/python/pgmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.40.0