diff options
-rwxr-xr-x | attic/submit-official-release.sh | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/attic/submit-official-release.sh b/attic/submit-official-release.sh index 5c54ab7f..f8e43301 100755 --- a/attic/submit-official-release.sh +++ b/attic/submit-official-release.sh @@ -3,3 +3,7 @@ # Completely useless to outsiders. :) scp ZeroTierOneInstaller-*-*-*_*_* nyarlathotep.zerotier.com:/www/download.zerotier.com/htdocs + +if [ -f 'ZeroTier One.dmg' ]; then + scp 'ZeroTier One.dmg' nyarlathotep.zerotier.com:/www/download.zerotier.com/htdocs/dist +fi @@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 8 +#define ZEROTIER_ONE_VERSION_REVISION 9 #endif |