You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|