Add script to extract the version from the header file and remove DOCKER_VERSION

This commit is contained in:
Benjamin Sergeant
2019-12-06 16:44:05 -08:00
parent 0b2d816320
commit 9f98628709
3 changed files with 8 additions and 3 deletions

3
tools/extract_version.sh Normal file
View File

@ -0,0 +1,3 @@
#/bin/sh
grep VERSION ixwebsocket/IXWebSocketVersion.h | awk '{print $3}' | tr -d \"