mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-21 02:21:03 +00:00
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION="$(grep '^AC_INIT' configure.ac | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')"
|
|
echo "$VERSION"
|