summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-03-19 15:13:44 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-03-19 15:16:32 +0100
commitba77bef2997e98db3a89a3c572189e70b953df67 (patch)
tree5d78caa0f47d372c0ddf19f79ba0de9e6b0df1ee /configure.ac
parent3d6941f236581c03e89d6e4c4c45c1e7a4e7fa23 (diff)
downloadpostgresql-setup-ba77bef2997e98db3a89a3c572189e70b953df67.tar.gz
postgresql-setup-ba77bef2997e98db3a89a3c572189e70b953df67.tar.xz
postgresql-setup-ba77bef2997e98db3a89a3c572189e70b953df67.zip
postgresql-setup: keep old-dir usable with pg_upgrade
* postgresql-setup.in (upgrade): Don't use --link option if we are not doing in-place upgrade. * NEWS: Document. * configure.ac: Bump minor version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a167588..737e26f 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], [praiskup@redhat.com])
+AC_INIT([postgresql-setup], [3.1], [praiskup@redhat.com])
AC_CONFIG_AUX_DIR(auxdir)
config_aux_dir=auxdir
AC_SUBST([config_aux_dir])