diff options
author | Stef Walter <stef@memberwebs.com> | 2007-10-26 04:18:38 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2007-10-26 04:18:38 +0000 |
commit | ec1a79b0f75cfd34085e046ecb30382a402ea318 (patch) | |
tree | 83fd8edac216746f3e7e520c14687846e8bb6506 | |
parent | fc3d012b42fa3763c790f953f4370a4255117264 (diff) |
Belated commit for rrdbot 0.8
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -0.8 +0.8 [2007-07-16] - Fix assertion when reallocating SNMP request memory 0.7 diff --git a/configure.in b/configure.in index aeceb93..d247789 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.7.90, stef@memberwebs.com) -AM_INIT_AUTOMAKE(rrdbot, 0.7.90) +AC_INIT(rrdbot, 0.8, stef@memberwebs.com) +AM_INIT_AUTOMAKE(rrdbot, 0.8) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |