mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05: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:
parent
fb5f1b2c13
commit
568cb6ab5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue