diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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]) |