From bf77d273f93735ffdd22cdc95f26d20cd6aa6ff0 Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Date: Wed, 29 Apr 2015 18:43:09 +0200 Subject: [PATCH] Release 2.3.0rc4 Signed-off-by: Bostjan Skufca --- ChangeLog | 2 +- README.md | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9d55537..8a1d9631 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------- -2015-04-28 - Version 2.3.0rc3 +2015-04-29 - Version 2.3.0rc4 ------------------------------ o Refactoring: do not include filtering code if filtering is not enabled on ./configure line. diff --git a/README.md b/README.md index dbd9ff20..3f3ea342 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Detailed installation instructions are available here: [doc/INSTALL.md](doc/INST Latest Snoopy version information: * stable: [http://source.a2o.si/download/snoopy/snoopy-2.2.8.tar.gz][2.2.8] -* development: [http://source.a2o.si/download/snoopy/snoopy-2.3.0rc3.tar.gz][2.3.0rc3] +* development: [http://source.a2o.si/download/snoopy/snoopy-2.3.0rc4.tar.gz][2.3.0rc4] diff --git a/configure.ac b/configure.ac index 8a79dabd..9ede980c 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.3.0rc3], [https://github.com/a2o/snoopy/], [snoopy]) +AC_INIT([Snoopy Logger], [2.3.0rc4], [https://github.com/a2o/snoopy/], [snoopy]) AC_DEFINE(PACKAGE_URL, "https://github.com/a2o/snoopy") AC_DEFINE(PACKAGE_BUGREPORT, "https://github.com/a2o/snoopy/issues") AC_CONFIG_SRCDIR([config.h.in])