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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user