From 3d6941f236581c03e89d6e4c4c45c1e7a4e7fa23 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 19 Mar 2015 13:58:08 +0100 Subject: release 3.0 * configure.ac: Bump version to full major version 3. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c222d1c..a167588 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], [3.0~dev], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [3.0], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir]) -- cgit