Tag 9.0.4.

This commit is contained in:
Marc G. Fournier
2011-04-15 00:15:53 -03:00
parent 65a188e549
commit ffb39e1aed
6 changed files with 21 additions and 21 deletions

View File

@ -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"