Version bump.

This commit is contained in:
Adam Ierymenko 2022-06-03 15:42:06 -04:00
parent 7e46c83592
commit 4508a6687e
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
6 changed files with 13 additions and 6 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
zerotier-one (1.10.1) unstable; urgency=medium
* See RELEASE-NOTES.md for release notes.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Fri, 03 Jun 2022 01:00:00 -0700
zerotier-one (1.8.10) 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.8.10</string>
<string>1.10.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>

View File

@ -778,8 +778,6 @@ static int cli(int argc,char **argv)
int64_t expiresIn = ((int64_t)authenticationExpiryTime - OSUtils::now()) / 1000LL;
if (expiresIn >= 0) {
printf(" AUTH OK, expires in: %lld seconds" ZT_EOL_S, expiresIn);
} else {
printf(" AUTH OK, refreshing..." ZT_EOL_S);
}
}
}

View File

@ -22,12 +22,12 @@
/**
* Minor version
*/
#define ZEROTIER_ONE_VERSION_MINOR 8
#define ZEROTIER_ONE_VERSION_MINOR 10
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 10
#define ZEROTIER_ONE_VERSION_REVISION 1
/**
* Build version

View File

@ -1,5 +1,5 @@
Name: zerotier-one
Version: 1.8.10
Version: 1.10.1
Release: 1%{?dist}
Summary: ZeroTier network virtualization service
@ -165,6 +165,9 @@ esac
%endif
%changelog
* Fri Jun 03 2022 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.10.1
- see https://github.com/zerotier/ZeroTierOne for release notes
* Tue May 10 2022 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.8.10
- see https://github.com/zerotier/ZeroTierOne for release notes