mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
1e11865c4c
This will also push to dockerhub on merge.
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"
|