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. --- src/libFLAC/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libFLAC/format.c') diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c index a62219fa..35e62342 100644 --- a/src/libFLAC/format.c +++ b/src/libFLAC/format.c @@ -47,7 +47,7 @@ /* PACKAGE_VERSION should come from configure */ FLAC_API const char *FLAC__VERSION_STRING = PACKAGE_VERSION; -FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " PACKAGE_VERSION " 20190804"; +FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " PACKAGE_VERSION " 20190805"; FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' }; FLAC_API const uint32_t FLAC__STREAM_SYNC = 0x664C6143; -- cgit v1.2.1