]> granicus.if.org Git - postgresql/commitdiff
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 7b959e942998b4aa077725bebe54931ed990a369..e0849651a3c549c58c9ebe124a96af101c9f1d93 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))