mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-20 05:17:00 +08:00
Tag 9.0.4.
This commit is contained in:
@ -560,16 +560,16 @@
|
||||
#define PACKAGE_NAME "PostgreSQL"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "PostgreSQL 9.0.3"
|
||||
#define PACKAGE_STRING "PostgreSQL 9.0.4"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "9.0.3"
|
||||
#define PACKAGE_VERSION "9.0.4"
|
||||
|
||||
/* PostgreSQL version as a string */
|
||||
#define PG_VERSION "9.0.3"
|
||||
#define PG_VERSION "9.0.4"
|
||||
|
||||
/* PostgreSQL version as a number */
|
||||
#define PG_VERSION_NUM 90003
|
||||
#define PG_VERSION_NUM 90004
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "postgresql"
|
||||
|
||||
Reference in New Issue
Block a user