mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
65bad9a8bd
Signed-off-by: David Anderson <danderson@tailscale.com>
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
redo-ifchange version-info.sh
|
|
|
|
. ./version-info.sh
|
|
|
|
cat >$3 <<EOF
|
|
#define TAILSCALE_VERSION_LONG "$VERSION_LONG"
|
|
#define TAILSCALE_VERSION_SHORT "$VERSION_SHORT"
|
|
#define TAILSCALE_VERSION_WIN_RES $VERSION_WINRES
|
|
EOF
|