OSDN Git Service

Version was 3.3 but last released version was 3.1. Setting to match rest
authorD'Arcy J.M. Cain <darcy@druid.net>
Sun, 4 Nov 2001 20:11:01 +0000 (20:11 +0000)
committerD'Arcy J.M. Cain <darcy@druid.net>
Sun, 4 Nov 2001 20:11:01 +0000 (20:11 +0000)
of the documentation in preparation for upcoming release.

src/interfaces/python/pgmodule.c

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