1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

bmake sure that configure is tags as 7.2b1 now instead of 7.2devel

This commit is contained in:
PostgreSQL Daemon
2001-10-25 13:02:01 +00:00
parent 05584c9660
commit 1f42f1da4e
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/pg_config.h)
AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config)
VERSION='7.2devel'
VERSION='7.2b1'
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")