summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-11-27 14:04:48 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-11-27 14:04:48 +1100
commit0e11f73eabd3544f59937d0a0d8e076d7c9c2d1d (patch)
tree67f971f0e981a0bfae23e810280f38120bbe3c79 /configure.ac
parent585f00a371dd5093edd7a859916277164e761d62 (diff)
downloadflac-0e11f73eabd3544f59937d0a0d8e076d7c9c2d1d.tar.gz
Version 1.3.1 final.1.3.1
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 3b51f56b..3d647ed4 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.1pre1], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/])
+AC_INIT([flac], [1.3.1], [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])