diff options
| author | Tom Lane | 2013-09-02 20:53:17 +0000 |
|---|---|---|
| committer | Tom Lane | 2013-09-02 20:53:17 +0000 |
| commit | da645b3a73580ac30cf02e932b42d06157b98229 (patch) | |
| tree | 36593f0ccff0545d4c16f5b6f4f9cc9d58318abe /src | |
| parent | e3d02a10ec1831216f6d63a48e390a53a01b0927 (diff) | |
Stamp 9.3.0.REL9_3_0
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/pg_config.h.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index c570b0bb85a..e8527e18c2d 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -566,16 +566,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.3rc1" +#define PACKAGE_STRING "PostgreSQL 9.3.0" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.3rc1" +#define PACKAGE_VERSION "9.3.0" /* Define to the name of a signed 64-bit integer type. */ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "9.3rc1" +#define PG_VERSION "9.3.0" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90300 |
