summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-09-22 16:52:28 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-09-23 08:48:08 +0200
commit66b8c42003a69f5b46cf6cf531e60129d8f234df (patch)
tree2e320c64a9ec62c632d2c7bdae89c31dfc85b70e /configure.ac
parent6cd95c8b1aa5da85ce752a54f468fa491bfa5065 (diff)
downloadpostgresql-setup-66b8c42003a69f5b46cf6cf531e60129d8f234df.tar.gz
postgresql-setup-66b8c42003a69f5b46cf6cf531e60129d8f234df.tar.xz
postgresql-setup-66b8c42003a69f5b46cf6cf531e60129d8f234df.zip
tests: add basic bash syntax check
* tests/testsuite.at: New test. * configure.ac (AC_INIT): Bump version. Use only major-minor versions.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3a76edf..bcffc2a 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], [2.0~beta], [praiskup@redhat.com])
AC_CONFIG_AUX_DIR(auxdir)
config_aux_dir=auxdir
AC_SUBST([config_aux_dir])