1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-15 14:02:29 +03:00

Make sure that everything says version 3.2.

This commit is contained in:
D'Arcy J.M. Cain
2001-06-20 11:20:34 +00:00
parent 54e374c9e6
commit 588463a449
3 changed files with 3 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
#define NUMERICOID 1700
static PyObject *PGError;
static const char *PyPgVersion = "3.1";
static const char *PyPgVersion = "3.2";
/* taken from fileobject.c */
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))