diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +0.6 + * Fix crasher due to accessing freed memory. [Maksim Yevmenkin] + * Help man page type [John-Mark Gurney] + * Build fixes + 0.5: * Fix line off by one error. diff --git a/configure.in b/configure.in index 50e8ea7..b2c284e 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.5, stef@memberwebs.com) -AM_INIT_AUTOMAKE(bsnmp-regex, 0.5) +AC_INIT(bsnmp-regex, 0.6, stef@thewalter.net) +AM_INIT_AUTOMAKE(bsnmp-regex, 0.6) AC_CONFIG_SRCDIR([module/bsnmp-regex.c]) AM_CONFIG_HEADER([config.h]) |