Explorar o código

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.
Adam Ierymenko %!s(int64=11) %!d(string=hai) anos
pai
achega
dab124dfb9
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 4 0
      attic/submit-official-release.sh
  2. 1 1
      version.h

+ 4 - 0
attic/submit-official-release.sh

@@ -3,3 +3,7 @@
 # Completely useless to outsiders. :)
 # Completely useless to outsiders. :)
 
 
 scp ZeroTierOneInstaller-*-*-*_*_* nyarlathotep.zerotier.com:/www/download.zerotier.com/htdocs
 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

+ 1 - 1
version.h

@@ -41,6 +41,6 @@
 /**
 /**
  * Revision
  * Revision
  */
  */
-#define ZEROTIER_ONE_VERSION_REVISION 8
+#define ZEROTIER_ONE_VERSION_REVISION 9
 
 
 #endif
 #endif