summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-09-22 12:49:00 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-09-22 14:01:16 +0200
commit6cd95c8b1aa5da85ce752a54f468fa491bfa5065 (patch)
tree4e1828a56f8e1fc7d4819ad1acc42b0072df11f9
parent2df1e0d1fe12a9732273bcb9dd41b402db8340c1 (diff)
downloadpostgresql-setup-6cd95c8b1aa5da85ce752a54f468fa491bfa5065.tar.gz
postgresql-setup-6cd95c8b1aa5da85ce752a54f468fa491bfa5065.tar.xz
postgresql-setup-6cd95c8b1aa5da85ce752a54f468fa491bfa5065.zip
release 1.0.0
* NEWS: Adjust. * configure.ac: Likewise.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7454322..496e607 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-New in 0.9.2 version
+New in 1.0.0 version
* The postgresql-check-db-dir is now more strict to admin's configuration
and tries to avoid future incompatibilities by warning about the
diff --git a/configure.ac b/configure.ac
index 6d7971a..3a76edf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([postgresql-setup], [0.9.2], [praiskup@redhat.com])
+AC_INIT([postgresql-setup], [1.0.0], [praiskup@redhat.com])
AC_CONFIG_AUX_DIR(auxdir)
config_aux_dir=auxdir
AC_SUBST([config_aux_dir])