From 731e58f88dd6b6d73d0db996a5ddb4a8a3da2bfa Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Date: Fri, 7 Nov 2014 00:43:33 +0000 Subject: [PATCH] Version bump to 2.0.1 --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1efb5a6..be9af03f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------- -2014-FIXME - Version 2.0.1 +2014-11-07 - Version 2.0.1 --------------------------- o Bugfix: fixed uninitialized pointer in filter/exclude_uid.c and only_uid.c o Enhancement: prefix all iniparser errors with "SNOOPY " prefix, so it is diff --git a/configure.ac b/configure.ac index eb296bc6..d1567009 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.0.0], [https://github.com/a2o/snoopy/], [snoopy]) +AC_INIT([Snoopy Logger], [2.0.1], [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])