1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Update pygresql version stamp.

This commit is contained in:
Bruce Momjian
1999-05-28 04:54:34 +00:00
parent f0ae1e8d10
commit b344b513c7

View File

@ -44,7 +44,7 @@
#define CASHOID 790 #define CASHOID 790
static PyObject *PGError; static PyObject *PGError;
static const char *PyPgVersion = "3.0 beta"; static const char *PyPgVersion = "2.4";
/* taken from fileobject.c */ /* taken from fileobject.c */
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v)) #define BUF(v) PyString_AS_STRING((PyStringObject *)(v))