Browse Source

Version bump -- still pre1.8

pull/2/head
Adam Ierymenko 5 years ago
parent
commit
2d8a54f05d
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
  1. 1
      OFFICIAL-RELEASE-STEPS.md
  2. 2
      ext/installfiles/mac/ZeroTier One.pkgproj
  3. 2
      version.h

1
OFFICIAL-RELEASE-STEPS.md

@ -14,7 +14,6 @@ The version must be incremented in all of the following files:
/debian/changelog
/ext/installfiles/mac/ZeroTier One.pkgproj
/ext/installfiles/windows/ZeroTier One.aip
/windows/WinUI/AboutView.xaml
The final .AIP file can only be edited on Windows with [Advanced Installer Enterprise](http://www.advancedinstaller.com/). In addition to incrementing the version be sure that a new product code is generated. (The "upgrade code" GUID on the other hand must never change.)

2
ext/installfiles/mac/ZeroTier One.pkgproj

@ -701,7 +701,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.7.0</string>
<string>1.7.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>

2
version.h

@ -27,7 +27,7 @@
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 0
#define ZEROTIER_ONE_VERSION_REVISION 1
/**
* Build version

Loading…
Cancel
Save