From 6a9d4af69b2d72f25839745180d37c1df33f20aa Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Date: Tue, 20 Jan 2015 18:33:20 +0000 Subject: [PATCH] Version bump to 2.2.2, changelog updated too --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a4113665..de8c78f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ ------------------------------------------------------------------------------- +2015-01-20 - Version 2.2.2 +--------------------------- +o Bugfix: fixed compilation issues on pre 2.12 glibc platforms + + 2015-01-11 - Version 2.2.1 --------------------------- o Feature: added support for configurable output selection diff --git a/configure.ac b/configure.ac index 61a7790a..11ea260e 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.1], [https://github.com/a2o/snoopy/], [snoopy]) +AC_INIT([Snoopy Logger], [2.2.2], [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])