Browse Source

Version bump to 1.4.2 for all but Windows AIP

pull/2/head
Adam Ierymenko 7 years ago
parent
commit
7722350178
No known key found for this signature in database
GPG Key ID: 1657198823E52A61
  1. 6
      debian/changelog
  2. 2
      ext/installfiles/mac/ZeroTier One.pkgproj
  3. 2
      version.h
  4. 2
      windows/WinUI/AboutView.xaml
  5. 5
      zerotier-one.spec

6
debian/changelog vendored

@ -1,3 +1,9 @@
zerotier-one (1.4.2) unstable; urgency=medium
* See https://github.com/zerotier/ZeroTierOne for release notes.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Thu, 04 Aug 2019 01:00:00 -0700
zerotier-one (1.4.0) unstable; urgency=medium
* See https://github.com/zerotier/ZeroTierOne for release notes.

2
ext/installfiles/mac/ZeroTier One.pkgproj

@ -664,7 +664,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.4.0.1</string>
<string>1.4.2</string>
</dict>
<key>PROJECT_COMMENTS</key>
<dict>

2
version.h

@ -40,7 +40,7 @@
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 1
#define ZEROTIER_ONE_VERSION_REVISION 2
/**
* Build version

2
windows/WinUI/AboutView.xaml

@ -19,7 +19,7 @@
<Run Text="ZeroTier One"/>
</Paragraph>
<Paragraph TextAlignment="Center">
<Run FontSize="14" Text="Version 1.4.0"/>
<Run FontSize="14" Text="Version 1.4.2"/>
<LineBreak/>
<Run FontSize="14" Text="(c) 2011-2019 ZeroTier, Inc."/>
<LineBreak/>

5
zerotier-one.spec

@ -1,5 +1,5 @@
Name: zerotier-one
Version: 1.4.0
Version: 1.4.2
Release: 1%{?dist}
Summary: ZeroTier One network virtualization service
@ -145,6 +145,9 @@ esac
%endif
%changelog
* Mon Aug 04 2019 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.4.2-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes
* Mon Jul 29 2019 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.4.0-0.1
- see https://github.com/zerotier/ZeroTierOne for release notes

Loading…
Cancel
Save