diff --git a/configure.ac b/configure.ac index cbcb8670..b4a794ff 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Require autoconf version AC_PREREQ(2.53) -AC_INIT(libsndfile,1.0.11pre1,erikd@mega-nerd.com) +AC_INIT(libsndfile,1.0.11pre2,erikd@mega-nerd.com) AC_CONFIG_SRCDIR([src/sndfile.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)