X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=c8c4714cef98ee7489e61c5c38dcb515cd4169c3;hb=36c1f085644529e3943c62e8c0324394457c8e6e;hp=12e29070ddcac8b71c8fdf38b8c9e659d51eb4a4;hpb=0cd2e9ed6918b782195d0024dd19dcfa39df8f82;p=platform%2Fupstream%2Fflac.git diff --git a/configure.ac b/configure.ac index 12e2907..c8c4714 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # instead of FLAC__ since autoconf triggers off 'AC_' in strings AC_PREREQ(2.60) -AC_INIT([flac], [1.3.0pre2], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/]) +AC_INIT([flac], [1.3.0pre3], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/flac/main.c]) AC_CONFIG_MACRO_DIR([m4])