Update pygresql version stamp.

This commit is contained in:
Bruce Momjian 1999-05-28 04:54:34 +00:00
parent f0ae1e8d10
commit b344b513c7
1 changed files with 1 additions and 1 deletions

View File

@ -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))