release: correct CRLF policy gate for ZUPT 5.2.4

This commit is contained in:
Cristian Cezar Moisés 2026-08-31 16:03:25 -03:00
commit cdc08870de
28 changed files with 210 additions and 138 deletions

View file

@ -118,7 +118,8 @@ static inline int zupt_win_mkdir_utf8(const char *path) {
#define ZUPT_PRODUCT_TAGLINE "Post-quantum backup compression"
/* v5.2.3 corrects release packaging and CI; archive format remains v1.6. */
#define ZUPT_VERSION_STRING "5.2.3"
/* v5.2.4 makes package metadata checks CRLF-safe; format remains v1.6. */
#define ZUPT_VERSION_STRING "5.2.4"
/* Vendored codec release (upstream tag) — single source for display strings.
* The codec's own VV_VERSION_* is its internal API version, not the release. */
#define ZUPT_CODEC_RELEASE "2.65.3"