From 5a94cee4ad0a1df73314c8199befe1f5b50adc1c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 16 Jul 2013 12:13:14 +0200 Subject: [PATCH] Change version to 1.0.1. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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]) -- 2.11.0