summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS11
-rw-r--r--configure.in4
2 files changed, 11 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index a8e376d..6fecca7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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"