From: Bruce Momjian Date: Fri, 28 May 1999 04:54:34 +0000 (+0000) Subject: Update pygresql version stamp. X-Git-Tag: REL6_5~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b344b513c78f63472f3e7d85363d8ead602ddaf1;p=postgresql Update pygresql version stamp. --- diff --git a/src/interfaces/python/pgmodule.c b/src/interfaces/python/pgmodule.c index 254fb1e798..375cb26658 100644 --- a/src/interfaces/python/pgmodule.c +++ b/src/interfaces/python/pgmodule.c @@ -44,7 +44,7 @@ #define CASHOID 790 static PyObject *PGError; -static const char *PyPgVersion = "3.0 beta"; +static const char *PyPgVersion = "2.4"; /* taken from fileobject.c */ #define BUF(v) PyString_AS_STRING((PyStringObject *)(v))