summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--build/config.mk2
-rw-r--r--configure.ac2
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--doc/html/changelog.html2
-rw-r--r--doc/html/documentation_bugs.html2
-rw-r--r--doc/html/index.html4
-rw-r--r--src/libFLAC/format.c6
-rw-r--r--test/metaflac-test-files/case07-expect.meta2
9 files changed, 12 insertions, 12 deletions
diff --git a/README b/README
index 7fc59195..dd5e6e7d 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ Documentation License (see COPYING.FDL).
===============================================================================
-FLAC - 1.3.1 - Contents
+FLAC - 1.3.2 - Contents
===============================================================================
- Introduction
diff --git a/build/config.mk b/build/config.mk
index 376982d6..c46a1562 100644
--- a/build/config.mk
+++ b/build/config.mk
@@ -97,7 +97,7 @@ all default: $(DEFAULT_BUILD)
# GNU makefile fragment for emulating stuff normally done by configure
#
-VERSION=\"1.3.1\"
+VERSION=\"1.3.2\"
CONFIG_CFLAGS=$(CUSTOM_CFLAGS) -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_CXX_VARARRAYS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
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])
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 2ec96a6d..b6bf2ed5 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -23,7 +23,7 @@ PROJECT_NAME = FLAC
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 1.3.1
+PROJECT_NUMBER = 1.3.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 8af19110..5cc98e9f 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -44,7 +44,7 @@
<div class="box_body">
This is an informal changelog, a summary of changes in each release. (See also <a href="documentation_bugs.html">known bugs</a>.) Particulary important for developers is the precise description of changes to the library interfaces. See also the <a href="api/group__porting.html">porting guide</a> for specific instructions on porting to newer versions of FLAC.<br />
- <a name="flac_1_3_2"><b>FLAC 1.3.2</b> (??-Dec-2016)</a>
+ <a name="flac_1_3_2"><b>FLAC 1.3.2</b> (01-Jan-2017)</a>
<br />
diff --git a/doc/html/documentation_bugs.html b/doc/html/documentation_bugs.html
index c5ce388b..145f5404 100644
--- a/doc/html/documentation_bugs.html
+++ b/doc/html/documentation_bugs.html
@@ -42,7 +42,7 @@
</div>
<div class="box_header"></div>
<div class="box_body">
- The following are major known bugs in the current (1.3.1) release:
+ The following are major known bugs in the current (1.3.2) release:
<ul>
<li>
When encoding to Ogg FLAC, the number of seek points is limited to 240.
diff --git a/doc/html/index.html b/doc/html/index.html
index 46f8898c..70177f37 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -68,8 +68,8 @@
</div>
<div class="box_header"></div>
<div class="box_body">
- <b>FLAC 1.3.1 released</b>&nbsp;&nbsp;:<a href="changelog.html#flac_1.3.1">Changelog here</a><br />
- <i>last updated 2014-Nov-25</i>
+ <b>FLAC 1.3.2 released</b>&nbsp;&nbsp;:<a href="changelog.html#flac_1.3.2">Changelog here</a><br />
+ <i>last updated 2016-Dec-5</i>
</div>
<div class="box_footer"></div>
</div>
diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c
index 6e8426e9..214bd09a 100644
--- a/src/libFLAC/format.c
+++ b/src/libFLAC/format.c
@@ -44,10 +44,10 @@
#include "private/format.h"
#include "private/macros.h"
-/* VERSION should come from configure */
-FLAC_API const char *FLAC__VERSION_STRING = VERSION;
+/* PACKAGE_VERSION should come from configure */
+FLAC_API const char *FLAC__VERSION_STRING = PACKAGE_VERSION;
-FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " VERSION " 20141125";
+FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " PACKAGE_VERSION " 20170101";
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
FLAC_API const unsigned FLAC__STREAM_SYNC = 0x664C6143;
diff --git a/test/metaflac-test-files/case07-expect.meta b/test/metaflac-test-files/case07-expect.meta
index ce9382ad..dbdcd29f 100644
--- a/test/metaflac-test-files/case07-expect.meta
+++ b/test/metaflac-test-files/case07-expect.meta
@@ -1,4 +1,4 @@
-reference libFLAC 1.3.1 20141125
+reference libFLAC 1.3.2 20170101
ARTIST=The_artist_formerly_known_as_the_artist...
ARTIST=Chuck_Woolery
ARTIST=Vern