diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-05-25 17:11:19 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-05-26 19:17:53 +1000 |
commit | b1982fbc5f269dc867a2db67c8d34594ca268a3e (patch) | |
tree | 4cc43c0382632fdd78608a4978d0058afb067f7a /configure.ac | |
parent | d672efaa05e18ca2bf906c6e8eb8d5bf20f88664 (diff) | |
download | flac-b1982fbc5f269dc867a2db67c8d34594ca268a3e.tar.gz |
Set version to 1.3.0 and update coyprights throughout.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c03e36b7..6355f726 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.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]) |