diff options
author | Pavel Raiskup <praiskup@redhat.com> | 2014-09-23 08:53:03 +0200 |
---|---|---|
committer | Pavel Raiskup <praiskup@redhat.com> | 2014-09-23 08:53:32 +0200 |
commit | ccc0c4923c871118c35f6c92ea48d12899503660 (patch) | |
tree | 555f706ee48af45511a90d7310ccee88dc6867f3 | |
parent | 6cd95c8b1aa5da85ce752a54f468fa491bfa5065 (diff) | |
download | postgresql-setup-ccc0c4923c871118c35f6c92ea48d12899503660.tar.gz postgresql-setup-ccc0c4923c871118c35f6c92ea48d12899503660.tar.xz postgresql-setup-ccc0c4923c871118c35f6c92ea48d12899503660.zip |
bump to 1.1
* configure.ac (AC_INIT): Bump.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a76edf..420a661 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([postgresql-setup], [1.0.0], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [1.1], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir]) |