Version bumps.

This commit is contained in:
Adam Ierymenko 2016-07-12 12:30:35 -07:00
parent 1861f67fa7
commit 34e7c8652a
3 changed files with 12 additions and 2 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
zerotier-one (1.1.10) unstable; urgency=medium
* See https://github.com/zerotier/ZeroTierOne for release notes.
* ZeroTier Debian packages no longer depend on http-parser since its ABI is too unstable.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Tue, 12 Jul 2016 12:29:00 -0700
zerotier-one (1.1.8) unstable; urgency=low zerotier-one (1.1.8) unstable; urgency=low
* See https://github.com/zerotier/ZeroTierOne for release notes. * See https://github.com/zerotier/ZeroTierOne for release notes.

View file

@ -759,7 +759,7 @@
<key>OVERWRITE_PERMISSIONS</key> <key>OVERWRITE_PERMISSIONS</key>
<false/> <false/>
<key>VERSION</key> <key>VERSION</key>
<string>1.1.8</string> <string>1.1.10</string>
</dict> </dict>
<key>PROJECT_COMMENTS</key> <key>PROJECT_COMMENTS</key>
<dict> <dict>

View file

@ -1,5 +1,5 @@
Name: zerotier-one Name: zerotier-one
Version: 1.1.8 Version: 1.1.10
Release: 0.1%{?dist} Release: 0.1%{?dist}
Summary: ZeroTier One network virtualization service Summary: ZeroTier One network virtualization service
@ -149,6 +149,9 @@ esac
%endif %endif
%changelog %changelog
* Tue Jul 12 2016 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.1.10-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes
* Fri Jul 08 2016 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.1.8-0.1 * Fri Jul 08 2016 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.1.8-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes - see https://github.com/zerotier/ZeroTierOne for release notes