diff options
author | Stef Walter <stef@memberwebs.com> | 2009-01-19 18:27:00 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-01-19 18:27:00 +0000 |
commit | 2ccc87e7318c8412757a13a786078d8afe20e973 (patch) | |
tree | fe7e94e960482849de7b48f3a196d1fed9ab8bff /configure.in | |
parent | 0a0cbe4b10d9c97dd355773b8d8655de3540120c (diff) |
Add support for creating multiple CFs in rrdbot-create. [Stoned Elipot]
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 fef519a..59744e2 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.9.2, stef@memberwebs.com) -AM_INIT_AUTOMAKE(rrdbot, 0.9.2) +AC_INIT(rrdbot, 0.9.4, stef@memberwebs.com) +AM_INIT_AUTOMAKE(rrdbot, 0.9.4) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |