diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-12-18 12:27:06 +0100 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-12-18 12:30:21 +0100 |
| commit | e8c705cc6bafda2e155ce0edf9df5dfcc0316d6c (patch) | |
| tree | e32b0d9620fd281cd6402ef694f941c42d413daf /configure.ac | |
| parent | 55b4af5c8471f494316c6a3739bb409bf099fe2f (diff) | |
| download | postgresql-setup-2.0.tar.gz postgresql-setup-2.0.tar.xz postgresql-setup-2.0.zip | |
Release 1.0v2.0
* NEWS: Mention legacy scripts.
* configure.ac (AC_INIT): Remove beta stamp.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7cc23df..b480210 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([postgresql-setup], [2.0~beta], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [2.0], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir]) |
