aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python/pgmodule.c
diff options
context:
space:
mode:
authorD'Arcy J.M. Cain <darcy@druid.net>2001-12-03 12:39:44 +0000
committerD'Arcy J.M. Cain <darcy@druid.net>2001-12-03 12:39:44 +0000
commitd75ed09b3110af824cfe5060c0d12897d403a2d8 (patch)
treea73d8577cee4ef0623b6a7dbe6ac44dd40006755 /src/interfaces/python/pgmodule.c
parentae8a9b8a9f6aec5feba31f1a88385f0d2eee379f (diff)
downloadpostgresql-d75ed09b3110af824cfe5060c0d12897d403a2d8.tar.gz
postgresql-d75ed09b3110af824cfe5060c0d12897d403a2d8.zip
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.
Diffstat (limited to 'src/interfaces/python/pgmodule.c')
-rw-r--r--src/interfaces/python/pgmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/pgmodule.c b/src/interfaces/python/pgmodule.c
index 93e4d508d8a..51f63d2d9eb 100644
--- a/src/interfaces/python/pgmodule.c
+++ b/src/interfaces/python/pgmodule.c
@@ -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))