From 6cd95c8b1aa5da85ce752a54f468fa491bfa5065 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 22 Sep 2014 12:49:00 +0200 Subject: release 1.0.0 * NEWS: Adjust. * configure.ac: Likewise. --- NEWS | 2 +- configure.ac | 2 +- 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]) -- cgit