From 37840f2932fdca7b09ab0701eb380385d6d09577 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 17 Jan 2009 04:20:00 +0000 Subject: * Fix assertion when selecting text at end of line * Fix problems when large buffers come in at once with multiple lines. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9a984fe..f5f8f31 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(bsnmp-regex, 0.3.90, stef@memberwebs.com) -AM_INIT_AUTOMAKE(bsnmp-regex, 0.3.90) +AC_INIT(bsnmp-regex, 0.4, stef@memberwebs.com) +AM_INIT_AUTOMAKE(bsnmp-regex, 0.4) AC_CONFIG_SRCDIR([module/bsnmp-regex.c]) AM_CONFIG_HEADER([config.h]) -- cgit v1.2.3