diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14d9b1a7c1..1211bc0212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: if: contains(matrix.extra, 'asan') && !cancelled() run: | for f in $(grep -lR '#[[:digit:]]* *0x[[:digit:]a-fA-F]*' "${LOG_DIR}"); do - asan_symbolize-11 -l "$f" + asan_symbolize-13 -l "$f" false # in order to fail a job done diff --git a/src/version.c b/src/version.c index cde6b4d7c9..9eecc7abf4 100644 --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3821, /**/ 3820, /**/