From: Florian Forster Date: Tue, 16 Jul 2013 10:13:14 +0000 (+0200) Subject: Change version to 1.0.1. X-Git-Tag: v1.0.1~1 X-Git-Url: https://git.octo.it/?p=statsd-tg.git;a=commitdiff_plain;h=5a94cee4ad0a1df73314c8199befe1f5b50adc1c Change version to 1.0.1. --- diff --git a/ChangeLog b/ChangeLog index fedfcb6..d59a00c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +1,7 @@ +2013-07-16, Version 1.0.1 + * Fix the "-T" command line option and add it to the usage + information. + * Added the statsd-tg(1) manual page. + 2013-07-12, Version 1.0.0 * Initial version. diff --git a/configure.ac b/configure.ac index 20c4de0..51fc877 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.67]) -AC_INIT([statsd-tg], [1.0.0], [ff@octo.it]) +AC_INIT([statsd-tg], [1.0.1], [ff@octo.it]) AC_CONFIG_SRCDIR([src/statsd-tg.c]) AC_CONFIG_HEADERS([src/config.h])