mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Version was 3.3 but last released version was 3.1. Setting to match rest
of the documentation in preparation for upcoming release.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user