projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5f1b2
)
Version was 3.3 but last released version was 3.1. Setting to match rest
author
D'Arcy J.M. Cain
Sun, 4 Nov 2001 20:11:01 +0000
(20:11 +0000)
committer
D'Arcy J.M. Cain
Sun, 4 Nov 2001 20:11:01 +0000
(20:11 +0000)
of the documentation in preparation for upcoming release.
src/interfaces/python/pgmodule.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/python/pgmodule.c
b/src/interfaces/python/pgmodule.c
index 7b959e942998b4aa077725bebe54931ed990a369..e0849651a3c549c58c9ebe124a96af101c9f1d93 100644
(file)
--- 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.
3
";
+static const char *PyPgVersion = "3.
2
";
/* taken from fileobject.c */
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v))