From 3607d6adb6d76b9844b4bd446dabb5ddbf1bc99a Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Fri, 15 Sep 2023 09:57:31 +0200 Subject: [PATCH] Release 8.9 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 37b8d6a..61deda7 100755 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ New in 8.9 version: -* +* Postgresql is started via postgres binary instead of postmaster ---------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 2c97b16..02093c4 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Use the MAJ.MIN[~SUFF]. Note that X.X > X.X~SUFF! -AC_INIT([postgresql-setup], [8.9~dev], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [8.9], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir])