mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
Make sure that everything says version 3.2.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#define NUMERICOID 1700
|
||||
|
||||
static PyObject *PGError;
|
||||
static const char *PyPgVersion = "3.1";
|
||||
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