From 68f5d32198dc4c1dcb8faa9a46523e285b681423 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 5 Aug 2019 08:22:47 +1000 Subject: Version 1.3.4 Verion 1.3.3 was borked because the version number in CMakeLists.txt did not get updated. --- CMakeLists.txt | 2 +- README | 2 +- build/config.mk | 2 +- configure.ac | 2 +- doc/Doxyfile.in | 2 +- doc/html/changelog.html | 4 ++-- doc/html/documentation_bugs.html | 2 +- src/libFLAC/format.c | 2 +- src/libFLAC/libFLAC_dynamic.vcproj | 4 ++-- src/libFLAC/libFLAC_dynamic.vcxproj | 8 ++++---- src/libFLAC/libFLAC_static.vcproj | 4 ++-- src/libFLAC/libFLAC_static.vcxproj | 8 ++++---- test/metaflac-test-files/case07-expect.meta | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4578c5b..243f3c45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(NOT (CMAKE_BUILD_TYPE OR CMAKE_CONFIGURATION_TYPES OR DEFINED ENV{CFLAGS} OR set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo") endif() -project(FLAC VERSION 1.3.3) # HOMEPAGE_URL "https://www.xiph.org/flac/") +project(FLAC VERSION 1.3.4) # HOMEPAGE_URL "https://www.xiph.org/flac/") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/README b/README index ed2de3b8..3c857868 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ Documentation License (see COPYING.FDL). =============================================================================== -FLAC - 1.3.3 - Contents +FLAC - 1.3.4 - Contents =============================================================================== - Introduction diff --git a/build/config.mk b/build/config.mk index 09abbbdd..33246779 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.3\" +VERSION=\"1.3.4\" 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 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]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 7469abf9..062200ae 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.3 +PROJECT_NUMBER = 1.3.4 # 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 fc0dc4d7..ef5dcf95 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -44,7 +44,7 @@
This is an informal changelog, a summary of changes in each release. (See also known bugs.) Particularly important for developers is the precise description of changes to the library interfaces. See also the porting guide for specific instructions on porting to newer versions of FLAC.
- FLAC 1.3.3 (4-Augs-2019) + FLAC 1.3.4 (5-Aug-2019)
@@ -104,7 +104,7 @@
  • documentation:
      -
    • (none)
    • +
    • Add public function FLAC__get_decoder_client_data.
  • diff --git a/doc/html/documentation_bugs.html b/doc/html/documentation_bugs.html index ad8b211a..90f0a2ab 100644 --- a/doc/html/documentation_bugs.html +++ b/doc/html/documentation_bugs.html @@ -42,7 +42,7 @@
  • - The following are major known bugs in the current (1.3.3) release: + The following are major known bugs in the current (1.3.4) release: