diff options
author | Stef Walter <stef@memberwebs.com> | 2009-01-16 19:56:49 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-01-16 19:56:49 +0000 |
commit | 3ad6ae1b3929440ac88cd01b6636702c97be38df (patch) | |
tree | 798824ea6eb8a435d0129fd8781d4afc8e05b4c7 | |
parent | 0a3d06dfa8f534c48109e3afd49a292c3947d0cd (diff) |
Commit old release of 0.9.2
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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" |