summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-03-19 13:58:08 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-03-19 13:58:52 +0100
commit3d6941f236581c03e89d6e4c4c45c1e7a4e7fa23 (patch)
tree38d70d25029485d9334c9919c9b8291dded7b364
parentf109dcd27eaebcf89a7db056a0f0d46fcb3ed1a9 (diff)
downloadpostgresql-setup-3d6941f236581c03e89d6e4c4c45c1e7a4e7fa23.tar.gz
postgresql-setup-3d6941f236581c03e89d6e4c4c45c1e7a4e7fa23.tar.xz
postgresql-setup-3d6941f236581c03e89d6e4c4c45c1e7a4e7fa23.zip
release 3.0v3.0
* configure.ac: Bump version to full major version 3.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])