Browse Source

Version bump.

pull/4/head
Adam Ierymenko 4 years ago
parent
commit
4508a6687e
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3
  1. 6
      debian/changelog
  2. 2
      ext/installfiles/mac/ZeroTier One.pkgproj
  3. BIN
      ext/installfiles/windows/Prerequisites/WebView2/MicrosoftEdgeWebview2Setup.exe
  4. 2
      one.cpp
  5. 4
      version.h
  6. 5
      zerotier-one.spec

6
debian/changelog vendored

@ -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.

2
ext/installfiles/mac/ZeroTier One.pkgproj

@ -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>

BIN
ext/installfiles/windows/Prerequisites/WebView2/MicrosoftEdgeWebview2Setup.exe

Binary file not shown.

2
one.cpp

@ -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);
}
}
}

4
version.h

@ -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

5
zerotier-one.spec

@ -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

Loading…
Cancel
Save