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

Bump version to 3.3. Mostly this is because there is some confusion about

the latest version and I wanted to make sure that there was a clean release.

I also change the build files as I discussed in my letter of Nov 6, 2001.  At
the time I was asked to hold off until after the release.
This commit is contained in:
D'Arcy J.M. Cain
2001-12-03 12:39:44 +00:00
parent ae8a9b8a9f
commit d75ed09b31
5 changed files with 34 additions and 13 deletions

View File

@@ -36,7 +36,7 @@
#include <string.h>
static PyObject *PGError;
static const char *PyPgVersion = "3.2";
static const char *PyPgVersion = "3.3";
/* taken from fileobject.c */
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))