summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-12-09 02:45:26 +0000
committerStef Walter <stef@memberwebs.com>2006-12-09 02:45:26 +0000
commit49c5561aaff716614952c1d7e1185b1ee4d0cf5a (patch)
tree58b397ed4b9cf2569916e7af94356bff9b90ad14
parent62fdbd8546739f5a538a2404b58c7055e17da493 (diff)
Release 0.5
-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"