mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-20 19:41:16 -08:00
All version bumps but Windows.
This commit is contained in:
parent
458c5c9709
commit
2342926442
4 changed files with 12 additions and 3 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
zerotier-one (1.16.1) unstable; urgency=medium
|
||||
|
||||
* See RELEASE-NOTES.md for release notes.
|
||||
|
||||
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Mon, 12 Dec 2025 01:00:00 -0700
|
||||
|
||||
zerotier-one (1.16.0-2) unstable; urgency=medium
|
||||
|
||||
* Fix build settings to include controller.
|
||||
|
|
|
|||
|
|
@ -702,7 +702,7 @@
|
|||
<key>USE_HFS+_COMPRESSION</key>
|
||||
<false />
|
||||
<key>VERSION</key>
|
||||
<string>1.16.0</string>
|
||||
<string>1.16.1</string>
|
||||
</dict>
|
||||
<key>TYPE</key>
|
||||
<integer>0</integer>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
/**
|
||||
* Revision
|
||||
*/
|
||||
#define ZEROTIER_ONE_VERSION_REVISION 0
|
||||
#define ZEROTIER_ONE_VERSION_REVISION 1
|
||||
|
||||
/**
|
||||
* Build version
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: zerotier-one
|
||||
Version: 1.16.0
|
||||
Version: 1.16.1
|
||||
Release: 1%{?dist}
|
||||
Summary: ZeroTier network virtualization service
|
||||
|
||||
|
|
@ -155,6 +155,9 @@ chmod 0755 $RPM_BUILD_ROOT/etc/init.d/zerotier-one
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 12 2025 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.16.1
|
||||
- see https://github.com/zerotier/ZeroTierOne for release notes
|
||||
|
||||
* Wed Oct 23 2024 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.14.2
|
||||
- see https://github.com/zerotier/ZeroTierOne for release notes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue