1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Version was 3.3 but last released version was 3.1. Setting to match rest

of the documentation in preparation for upcoming release.
This commit is contained in:
D'Arcy J.M. Cain
2001-11-04 20:11:01 +00:00
parent fb5f1b2c13
commit 568cb6ab5c

@ -36,7 +36,7 @@
#include <string.h>
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))