1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

its that time ... tag it for release

This commit is contained in:
PostgreSQL Daemon
2005-01-17 20:47:10 +00:00
parent 1723f1f7ae
commit c22b7eccd3
3 changed files with 13 additions and 13 deletions

View File

@@ -3,8 +3,8 @@
/*
* Parts of pg_config.h that you get with autoconf on other systems
*/
#define PG_VERSION "8.0.0rc5"
#define PG_VERSION_STR "8.0.0rc5 (win32)"
#define PG_VERSION "8.0.0"
#define PG_VERSION_STR "8.0.0 (win32)"
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"