forked from Green-Sky/tomato
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
VERSION="$(grep '^AC_INIT' configure.ac | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')"
|
||
|
echo "$VERSION"
|