summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2019-08-05 08:22:47 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-09-15 16:16:40 +1000
commit68f5d32198dc4c1dcb8faa9a46523e285b681423 (patch)
treeb910fc19691e2607ca605e7fcaecde57e4ec0ee0 /configure.ac
parent04974d271531d429384a6f124919ff64fbbefd81 (diff)
downloadflac-topic/release-1.3.4.tar.gz
Version 1.3.4topic/release-1.3.4
Verion 1.3.3 was borked because the version number in CMakeLists.txt did not get updated.
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 0228a124..111a711d 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.3], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/])
+AC_INIT([flac], [1.3.4], [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])