Files
whisper.cpp/scripts
Daniel Bevenius dd80eb2afd scripts : use sed instead of grep for version parsing [no ci] (#4052)
This commit updates the version parsing in make-release-checks.sh to use
sed instead of grep. The motivation for this is that currently when
running this script on macos it errors:
```console
$ ./scripts/make-release-checks.sh --dry-run
grep: invalid option -- P
usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-A num] [-B num] [-C[num]]
	[-e pattern] [-f file] [--binary-files=value] [--color=when]
	[--context[=num]] [--directories=action] [--label] [--line-buffered]
	[--null] [pattern] [file ...]
```
2026-09-10 19:49:10 +02:00
..
2026-05-25 13:05:30 +03:00
2026-03-18 22:34:51 +02:00
2024-04-09 20:13:41 +03:00
2026-08-25 15:28:56 +03:00
2026-09-04 13:40:00 +03:00
2026-02-27 20:57:58 +02:00
2026-08-25 15:28:56 +03:00