* whisper : add version function
This commit adds a version function to the whisper API.
The motivation for this is that it might be convenient to have a way to
programmatically check the version.
Example usage:
```c++
printf("Using whisper version: %s\n", whisper_version());
```
Will output:
```console
Using whisper version: 1.7.6
```
* examples : add version to android example CMakeLists.txt
|
||
|---|---|---|
| .. | ||
| addon.node | ||
| bench | ||
| bench.wasm | ||
| cli | ||
| command | ||
| command.wasm | ||
| deprecation-warning | ||
| lsp | ||
| python | ||
| quantize | ||
| server | ||
| stream | ||
| stream.wasm | ||
| sycl | ||
| talk-llama | ||
| vad-speech-segments | ||
| wchess | ||
| whisper.android | ||
| whisper.android.java | ||
| whisper.nvim | ||
| whisper.objc | ||
| whisper.swiftui | ||
| whisper.wasm | ||
| CMakeLists.txt | ||
| coi-serviceworker.js | ||
| common-ggml.cpp | ||
| common-ggml.h | ||
| common-sdl.cpp | ||
| common-sdl.h | ||
| common-whisper.cpp | ||
| common-whisper.h | ||
| common.cpp | ||
| common.h | ||
| ffmpeg-transcode.cpp | ||
| generate-karaoke.sh | ||
| grammar-parser.cpp | ||
| grammar-parser.h | ||
| helpers.js | ||
| json.hpp | ||
| livestream.sh | ||
| miniaudio.h | ||
| server.py | ||
| stb_vorbis.c | ||
| twitch.sh | ||
| yt-wsp.sh | ||