Set version to correct 1.10.0.

This commit is contained in:
Adam Ierymenko 2022-06-06 16:18:50 -04:00
parent c6682f2a3f
commit e672dc8094
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
5 changed files with 6 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
zerotier-one (1.10.1) unstable; urgency=medium
zerotier-one (1.10.0) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.

View File

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

View File

@ -740,7 +740,7 @@ void Node::ncSendError(uint64_t nwid,uint64_t requestPacketId,const Address &des
n->setAccessDenied(nullptr);
break;
case NetworkController::NC_ERROR_AUTHENTICATION_REQUIRED: {
fprintf(stderr, "\n\nGot auth required\n\n");
//fprintf(stderr, "\n\nGot auth required\n\n");
break;
}

View File

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

View File

@ -1,5 +1,5 @@
Name: zerotier-one
Version: 1.10.1
Version: 1.10.0
Release: 1%{?dist}
Summary: ZeroTier network virtualization service
@ -130,7 +130,7 @@ chmod 700 $RPM_BUILD_ROOT/etc/init.d/${name}
%endif
%changelog
* Fri Jun 03 2022 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.10.1
* Fri Jun 03 2022 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.10.0
- see https://github.com/zerotier/ZeroTierOne for release notes
* Tue May 10 2022 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.8.10