Skip to content

Commit

Permalink
1.10.3 (#1875)
Browse files Browse the repository at this point in the history
Version bumps and other release stuff to ship 1.10.3
  • Loading branch information
adamierymenko authored Feb 15, 2023
1 parent 0a900dc commit dc76219
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
zerotier-one (1.10.3) unstable; urgency=medium

* See RELEASE-NOTES.md for release notes.

-- Adam Ierymenko <[email protected]> Sat, 21 Jan 2023 01:00:00 -0700

zerotier-one (1.10.2) unstable; urgency=medium

* See RELEASE-NOTES.md for release notes.
Expand Down
2 changes: 1 addition & 1 deletion ext/installfiles/mac/ZeroTier One.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.10.2</string>
<string>1.10.3</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 2
#define ZEROTIER_ONE_VERSION_REVISION 3

/**
* Build version
Expand Down
5 changes: 4 additions & 1 deletion zerotier-one.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: zerotier-one
Version: 1.10.2
Version: 1.10.3
Release: 1%{?dist}
Summary: ZeroTier network virtualization service

Expand Down Expand Up @@ -137,6 +137,9 @@ chmod 0755 $RPM_BUILD_ROOT/etc/init.d/zerotier-one
%endif

%changelog
* Sat Jan 21 2023 Adam Ierymenko <[email protected]> - 1.10.3
- see https://github.com/zerotier/ZeroTierOne for release notes

* Mon Oct 13 2022 Adam Ierymenko <[email protected]> - 1.10.2
- see https://github.com/zerotier/ZeroTierOne for release notes

Expand Down

0 comments on commit dc76219

Please sign in to comment.