X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/blobdiff_plain/d5a0ffdf2a2350fc76dfd65b1ef627e65932215f..ae4e0977c7e5762116907a1913f15f2414f07ac1:/build/auto-version diff --git a/build/auto-version b/build/auto-version index d8189ed..2b37944 100755 --- a/build/auto-version +++ b/build/auto-version @@ -25,7 +25,6 @@ ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. set -e -VERSION="@VERSION@" ###-------------------------------------------------------------------------- ### Parse command line arguments. @@ -40,10 +39,6 @@ Writes on standard output the program's version number. EOF exit 0 ;; - -v | --v | --ve | --ver | --vers | --versi | --versio | --version) - echo "auto-version: Common Files Distribution version $VERSION" - exit 0 - ;; --) shift break