From d75ed09b3110af824cfe5060c0d12897d403a2d8 Mon Sep 17 00:00:00 2001 From: D'Arcy J.M. Cain Date: Mon, 3 Dec 2001 12:39:44 +0000 Subject: 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. --- src/interfaces/python/pgmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/python/pgmodule.c') 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 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)) -- cgit v1.2.3