From dab124dfb937f40033613e821da914d75f578637 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 17 Jan 2014 12:57:31 -0800 Subject: [PATCH] VERSION 0.6.9: more UI, installation, and packaging work... Another release leading up to official binary releases... not much to the core, but quite a bit of work on the UI, installation, and such. This version will build and run on OSX 10.6 while previous versions would fail due to a missing getifmaddrs() function. --- attic/submit-official-release.sh | 4 ++++ version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/attic/submit-official-release.sh b/attic/submit-official-release.sh index 5c54ab7f2..f8e433011 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 diff --git a/version.h b/version.h index 55c43321d..32d9c21ce 100644 --- a/version.h +++ b/version.h @@ -41,6 +41,6 @@ /** * Revision */ -#define ZEROTIER_ONE_VERSION_REVISION 8 +#define ZEROTIER_ONE_VERSION_REVISION 9 #endif