mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
65bad9a8bd
Signed-off-by: David Anderson <danderson@tailscale.com>
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
redo-ifchange version-info.sh ver.go.in
|
|
|
|
. ./version-info.sh
|
|
|
|
sed -e "s/{LONGVER}/$VERSION_LONG/g" \
|
|
-e "s/{SHORTVER}/$VERSION_SHORT/g" \
|
|
-e "s/{GITCOMMIT}/$VERSION_GIT_HASH/g" \
|
|
-e "s/{EXTRAGITCOMMIT}/$VERSION_EXTRA_HASH/g" \
|
|
<ver.go.in >$3
|