summaryrefslogtreecommitdiff
path: root/src/libFLAC/format.c
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2022-02-13 20:44:37 -0800
committerRalph Giles <giles@thaumas.net>2022-02-20 20:54:20 -0800
commit22816c6c1b8d733603ad309785329f47adfef25d (patch)
treeb38c8123edbbe697ef562067a783fdf0e3989a93 /src/libFLAC/format.c
parente75495be3db4a77e8e413e56b023bc65ace8f84d (diff)
downloadflac-22816c6c1b8d733603ad309785329f47adfef25d.tar.gz
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. Signed-off-by: Ralph Giles <giles@thaumas.net>
Diffstat (limited to 'src/libFLAC/format.c')
-rw-r--r--src/libFLAC/format.c2
1 files changed, 1 insertions, 1 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;