release: correct OBS harness for ZUPT 5.2.5

This commit is contained in:
Cristian Cezar Moisés 2026-08-31 17:02:39 -03:00
commit fcce1b5a4a
29 changed files with 301 additions and 153 deletions

View file

@ -119,7 +119,8 @@ static inline int zupt_win_mkdir_utf8(const char *path) {
/* v5.2.3 corrects release packaging and CI; archive format remains v1.6. */
/* v5.2.4 makes package metadata checks CRLF-safe; format remains v1.6. */
#define ZUPT_VERSION_STRING "5.2.4"
/* v5.2.5 corrects the OBS service harness cwd; format remains v1.6. */
#define ZUPT_VERSION_STRING "5.2.5"
/* 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"