mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Version bump -- still pre1.8
This commit is contained in:
parent
d0f4cfe6b4
commit
2d8a54f05d
3 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,6 @@ The version must be incremented in all of the following files:
|
||||||
/debian/changelog
|
/debian/changelog
|
||||||
/ext/installfiles/mac/ZeroTier One.pkgproj
|
/ext/installfiles/mac/ZeroTier One.pkgproj
|
||||||
/ext/installfiles/windows/ZeroTier One.aip
|
/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.)
|
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.)
|
||||||
|
|
||||||
|
|
|
@ -701,7 +701,7 @@
|
||||||
<key>USE_HFS+_COMPRESSION</key>
|
<key>USE_HFS+_COMPRESSION</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>VERSION</key>
|
<key>VERSION</key>
|
||||||
<string>1.7.0</string>
|
<string>1.7.1</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>TYPE</key>
|
<key>TYPE</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
/**
|
/**
|
||||||
* Revision
|
* Revision
|
||||||
*/
|
*/
|
||||||
#define ZEROTIER_ONE_VERSION_REVISION 0
|
#define ZEROTIER_ONE_VERSION_REVISION 1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Build version
|
* Build version
|
||||||
|
|
Loading…
Add table
Reference in a new issue