From eb8700bd0e1114b79b4a360e215320b2bc7df253 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 19 Dec 2017 10:43:12 +0100 Subject: [PATCH] Release v8.0 * configure.ac: Bump project version. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8f07d3a..30886ad 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.0~dev], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [8.0], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir])