diff options
author | Stef Walter <stef@memberwebs.com> | 2006-04-05 05:25:19 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-04-05 05:25:19 +0000 |
commit | 5b17acfdb5505a4fa8e322f8fa954283418154db (patch) | |
tree | 2079504189767b7d96f5d393c810e83edb18244c /configure.in | |
parent | fa3cea48898b0ba5a87bd6bda0f7aab015f4a28c (diff) |
Add MIBs for bsnmp-regex
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7c0468f..3c3907d 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.2, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(rrdbot, 0.2) +AC_INIT(rrdbot, 0.3, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(rrdbot, 0.3) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |