summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2017-01-01 11:54:07 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2017-01-01 14:54:28 +1100
commitac39d3719f16dfb6e08d2fbde8ccaf34a266c81d (patch)
tree6eb310d6678ecff558b9056e68cab2523fec554e /configure.ac
parent1366367d1f1bc249520a92132727bc0e477f7dde (diff)
downloadflac-ac39d3719f16dfb6e08d2fbde8ccaf34a266c81d.tar.gz
Version 1.3.21.3.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fc098975..070ab357 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.1], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/])
+AC_INIT([flac], [1.3.2], [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])