summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fea42ea..a6b60ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-0.9.2 [????]
+0.9.2 [2008-09-25]
- Add parameter to specify bind address.
0.9.1 [2008-07-07]
diff --git a/configure.in b/configure.in
index 5aa00d5..fef519a 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.1, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(rrdbot, 0.9.1)
+AC_INIT(rrdbot, 0.9.2, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(rrdbot, 0.9.2)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"