diff --git a/ChangeLog b/ChangeLog index f004aea0..d131e043 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------- -2014-FIXME - Version 2.0.0rc10 +2014-FIXME - Version 2.0.0rc11 --------------------------- o Feature: Added support for custom message format specification at configuration time diff --git a/configure.ac b/configure.ac index ef769b7f..e2f20b8d 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.0rc10], [https://github.com/a2o/snoopy/], [snoopy]) +AC_INIT([Snoopy Logger], [2.0.0rc11], [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])