script to query the current version from the configure.ac
[nobug.git] / admin / get_version.sh
blobf60bd0907e3bae883e245bc6d8531413e9b6e9c8
1 #!/bin/sh
3 sed -e "s/AC_INIT(\[nobug\], \[\(.*\)\])/\1/;q" configure.ac