diff --git a/configure.ac b/configure.ac index a6c99492..b65e99a0 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.0rc2], [https://github.com/a2o/snoopy/], [snoopy]) +AC_INIT([Snoopy Logger], [2.0.0rc3], [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])