Set version to 1.3.0 and update coyprights throughout.

This commit is contained in:
Erik de Castro Lopo
2013-05-25 17:11:19 +10:00
parent d672efaa05
commit b1982fbc5f
333 changed files with 1390 additions and 905 deletions

View File

@@ -19,7 +19,7 @@
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_PREREQ(2.60)
AC_INIT([flac], [1.3.0pre4], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/])
AC_INIT([flac], [1.3.0], [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])