Add script to extract the version from the header file and remove DOCKER_VERSION
This commit is contained in:
3
tools/extract_version.sh
Normal file
3
tools/extract_version.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#/bin/sh
|
||||
|
||||
grep VERSION ixwebsocket/IXWebSocketVersion.h | awk '{print $3}' | tr -d \"
|
Reference in New Issue
Block a user