diff options
| -rw-r--r-- | AUTHORS | 11 | ||||
| -rw-r--r-- | configure.in | 4 | 
2 files changed, 11 insertions, 4 deletions
| @@ -1,4 +1,11 @@  Nate Nielsen <nielsen@memberwebs.com> -SNMP Engine: Harti Brandt <harti@freebsd.org> -MIB Parser: Carnegie Mellon University +CONTRIBUTIONS +  Stoned Elipot <seb@ssr.univ-paris7.fr> +  benj <benj@divingislife.net> + +SNMP ENGINE +  Harti Brandt <harti@freebsd.org> + +MIB PARSER +  Carnegie Mellon University diff --git a/configure.in b/configure.in index 7526fc3..9c5831e 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.4.90, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(rrdbot, 0.4.90) +AC_INIT(rrdbot, 0.5, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(rrdbot, 0.5)  LDFLAGS="$LDFLAGS -L/usr/local/lib"  CFLAGS="$CFLAGS -I/usr/local/include" | 
