From: Florian Forster Date: Sun, 25 Jun 2006 17:34:15 +0000 (+0200) Subject: configure.in: Bumped verion to 3.9.4. X-Git-Tag: collectd-3.9.4 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8040f5403782572c162f405e21657efebc1abb4a;p=collectd.git configure.in: Bumped verion to 3.9.4. --- diff --git a/configure.in b/configure.in index 3ac7fc58..eefdf5b9 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(collectd, 3.9.3) +AC_INIT(collectd, 3.9.4) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2)