You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/version
Brad Fitzpatrick 5280d039c4 version: don't have a third version number form for xcode
Our primary version format is git describe --long --abbrev=9.

Our Apple scheme is:
    (major+100).minor.(patch*10,000+gitDescribeCommits).

This CL gets rid of the third, which was:
    major.minor.(patch*10,000+gitDescribeCommits).

Now the "About" box in the macOS app shows the same version that we
show on pkgs.tailscale.com, userz, changelog, etc.

This will be more important once/if we get standalone DMG downloads
for macOS on pkgs.tailscale.com.

Fixes tailscale/corp#364
4 years ago
..
.gitignore version: support major.minor.patch tags without breaking Apple builds. 5 years ago
GENERATE.go version: add blank line to separate comment from package line 4 years ago
all.do Move Linux client & common packages into a public repo. 5 years ago
clean.do version: support major.minor.patch tags without breaking Apple builds. 5 years ago
cmdname.go version: fix typo in comment 5 years ago
cmdname_ios.go version: don't depend on goversion on ios 5 years ago
cmp.go version: remove leftover debug print. 5 years ago
cmp_test.go version: add an AtLeast helper to compare versions. 5 years ago
describe.txt.do version: explicitly use 9 hex digits in git describe version number 4 years ago
long.txt.do version: support major.minor.patch tags without breaking Apple builds. 5 years ago
mkversion.sh version: don't have a third version number form for xcode 4 years ago
mkversion_test.go version: don't have a third version number form for xcode 4 years ago
prop.go version: move runtime.OS to tailscale OS mapping func to version 5 years ago
short.txt.do version: support major.minor.patch tags without breaking Apple builds. 5 years ago
ver.go.do Move Linux client & common packages into a public repo. 5 years ago
ver.go.in version: add license header to input for generated file. 5 years ago
version.go version: new month, new date string 4 years ago
version.h.do Move Linux client & common packages into a public repo. 5 years ago
version.xcconfig.do version: support major.minor.patch tags without breaking Apple builds. 5 years ago
xversion.go version: add support for setting version with the -X Go linker flag 4 years ago