From be108ffb1de7f7847282c8a6b9fed05d7bad1a87 Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Date: Sun, 22 Feb 2015 16:07:22 +0000 Subject: [PATCH] Release 2.2.4 --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba6ce595..b9e68f1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------- -2015-01-27 - Version NEXT +2015-01-27 - Version 2.2.4 --------------------------- o Bugfix: devlog output was not implemented properly, it was missing log facility and log level specification. This resulted in snoopy output diff --git a/configure.ac b/configure.ac index 5665d9cb..e91e0c8a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([Snoopy Logger], [2.2.3], [https://github.com/a2o/snoopy/], [snoopy]) +AC_INIT([Snoopy Logger], [2.2.4], [https://github.com/a2o/snoopy/], [snoopy]) AC_DEFINE(PACKAGE_URL, [], "https://github.com/a2o/snoopy/") AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h])