mirror of
https://github.com/postgres/postgres.git
synced 2025-08-15 14:02:29 +03: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