From dd8777d1fd89a4ee759250c301e30af545be5d96 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Sun, 13 Feb 2022 20:44:37 -0800 Subject: Set release date for 1.3.4. This is a target date, but it's a nice round number if we're able to make it work. --- src/libFLAC/format.c | 2 +- test/metaflac-test-files/case07-expect.meta | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c index 7aa50342..ff6f30ff 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 " 2022////"; +FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " PACKAGE_VERSION " 20220220"; FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' }; FLAC_API const uint32_t FLAC__STREAM_SYNC = 0x664C6143; diff --git a/test/metaflac-test-files/case07-expect.meta b/test/metaflac-test-files/case07-expect.meta index 11ab2876..e71960ec 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.4 2022---- +reference libFLAC 1.3.4 20220220 ARTIST=The_artist_formerly_known_as_the_artist... ARTIST=Chuck_Woolery ARTIST=Vern -- cgit v1.2.1