diff options
| author | Marko Kreen | 2011-06-16 14:20:43 +0000 |
|---|---|---|
| committer | Marko Kreen | 2011-06-16 14:20:43 +0000 |
| commit | 20efffccf81c26f91f3b84188de6081e440958fc (patch) | |
| tree | a465e94b3daf4db348a9b30af5318d813572c3f7 | |
| parent | 637a98a3d4ca5adfe9a5c5a073a826b4f5a84e6c (diff) | |
v1.4.2pgbouncer_1_4_2
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -2011-06-xx - PgBouncer 1.4.2 - "" +2011-06-16 - PgBouncer 1.4.2 - "Strike-First Algorithm" Affected OS-es: *BSD, Solaris, Win32. diff --git a/configure.ac b/configure.ac index 7d5faf2..b54240c 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.4.2rc1) +AC_INIT(pgbouncer, 1.4.2) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59]) |
