summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ae7d0fa..571a26b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.9.7 [2011-01-11]
+ - Fix problems with rollover of SNMP ids.
+ - Add real bsnmp-pcap MIB.
+
0.9.6 [2009-10-29]
- Fix build problems on FreeBSD.
- Allow failure for listening on sockets, as long as one
diff --git a/configure.in b/configure.in
index 6d3b52d..4e2de98 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(rrdbot, 0.9.6.90, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(rrdbot, 0.9.6.90)
+AC_INIT(rrdbot, 0.9.7, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(rrdbot, 0.9.7)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])