diff options
author | Martijn van Beurden <mvanb1@gmail.com> | 2022-10-22 13:01:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 13:01:34 +0200 |
commit | b32e5cbf9818ca23dd22aaa75522042c16ea7d17 (patch) | |
tree | 4f8aebf2fa362d79abda38221a99c85981ffeb43 /src/libFLAC/format.c | |
parent | 2ba31ca422d1703d117a2242e7ee1fea64b51aba (diff) | |
download | flac-b32e5cbf9818ca23dd22aaa75522042c16ea7d17.tar.gz |
Release FLAC 1.4.21.4.2
Diffstat (limited to 'src/libFLAC/format.c')
-rw-r--r-- | src/libFLAC/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c index 77391d8c..9db749c3 100644 --- a/src/libFLAC/format.c +++ b/src/libFLAC/format.c @@ -55,7 +55,7 @@ FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC git-" GIT_COMMIT_H #else /* 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 " 20220922"; +FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " PACKAGE_VERSION " 20221022"; #endif FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' }; |