From: Marko Kreen Date: Wed, 17 Nov 2010 12:12:39 +0000 (+0200) Subject: bump autoconf ver too X-Git-Tag: pgbouncer_1_4_rc3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89c39709517c324aa3f3ea071087799a52eb5d96;p=pgbouncer bump autoconf ver too --- diff --git a/configure.ac b/configure.ac index d04cb82..02828c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(pgbouncer, 1.4rc1) +AC_INIT(pgbouncer, 1.4rc1.1) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59])