From ece1983a3f8c73ec4e3deba8587f05a67c7a7199 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 5 Mar 2019 08:55:51 +0100 Subject: [PATCH] Release 8.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1afbf43..8a4c392 100644 --- 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.4~dev], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [8.4], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir])