Commit 568cb6ab authored by D'Arcy J.M. Cain's avatar D'Arcy J.M. Cain

Version was 3.3 but last released version was 3.1. Setting to match rest

of the documentation in preparation for upcoming release.
parent fb5f1b2c
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <string.h> #include <string.h>
static PyObject *PGError; static PyObject *PGError;
static const char *PyPgVersion = "3.3"; static const char *PyPgVersion = "3.2";
/* taken from fileobject.c */ /* taken from fileobject.c */
#define BUF(v) PyString_AS_STRING((PyStringObject *)(v)) #define BUF(v) PyString_AS_STRING((PyStringObject *)(v))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment