diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +Version 0.2.3 [2010-12-08] + - Fix problems with certain patterns of line input crashing. + Version 0.2.1 [2010-10-16] - Various compiler and build fixes diff --git a/configure.in b/configure.in index 57ab9b5..4e6f079 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(slapi-dnsnotify, 0.2.2, stef@memberwebs.com) -AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.2) +AC_INIT(slapi-dnsnotify, 0.2.3, stef@memberwebs.com) +AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.3) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |