summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1999-05-28 04:54:34 +0000
committerBruce Momjian1999-05-28 04:54:34 +0000
commitb344b513c78f63472f3e7d85363d8ead602ddaf1 (patch)
treeb47f526e03cc76923796002c069e5b3c9463f26d
parentf0ae1e8d10d7a38029cd0009063fa5131dce7937 (diff)
Update pygresql version stamp.
-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 254fb1e7981..375cb266584 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))