diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-14 21:23:47 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-14 21:23:47 -0700 |
commit | d44fb3a2f60285b3ad03513911bc6b4e40057c04 (patch) | |
tree | c9a930f29f8b6bff100c127cda7b1b0ff4337a95 | |
parent | 1ef3069a7ef7692bb27d64b85dd2cfdf201e33b2 (diff) | |
download | infinitytier-d44fb3a2f60285b3ad03513911bc6b4e40057c04.tar.gz infinitytier-d44fb3a2f60285b3ad03513911bc6b4e40057c04.zip |
bump bump bump that version
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | ext/installfiles/mac/ZeroTier One.pkgproj | 2 | ||||
-rw-r--r-- | ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec | 2 | ||||
-rw-r--r-- | zerotier-one.spec | 3 |
4 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e5c7b61e..86049d04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ zerotier-one (1.2.0) unstable; urgency=medium * See https://github.com/zerotier/ZeroTierOne for release notes. - -- Adam Ierymenko <adam.ierymenko@zerotier.com> Tue, 07 Mar 2017 09:08:00 -0700 + -- Adam Ierymenko <adam.ierymenko@zerotier.com> Tue, 14 Mar 2017 09:08:00 -0700 zerotier-one (1.1.14) unstable; urgency=medium diff --git a/ext/installfiles/mac/ZeroTier One.pkgproj b/ext/installfiles/mac/ZeroTier One.pkgproj index 4215fd22..b9171b9f 100755 --- a/ext/installfiles/mac/ZeroTier One.pkgproj +++ b/ext/installfiles/mac/ZeroTier One.pkgproj @@ -646,7 +646,7 @@ <key>OVERWRITE_PERMISSIONS</key> <false/> <key>VERSION</key> - <string>1.1.17</string> + <string>1.2.0</string> </dict> <key>PROJECT_COMMENTS</key> <dict> diff --git a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec index 48aedf11..b8f9eb7e 100644 --- a/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec +++ b/ext/installfiles/windows/chocolatey/zerotier-one/zerotier-one.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe <!-- version should MATCH as closely as possible with the underlying software --> <!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages --> <!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. --> - <version>1.1.14</version> + <version>1.2.0</version> <!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>--> <!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. --> <!--<owners>ZeroTier, Inc.</owners>--> diff --git a/zerotier-one.spec b/zerotier-one.spec index 0a3b0458..a78af1ac 100644 --- a/zerotier-one.spec +++ b/zerotier-one.spec @@ -145,6 +145,9 @@ esac %endif %changelog +* Tue Mar 14 2017 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.2.0-0.1 +- see https://github.com/zerotier/ZeroTierOne for release notes + * Tue Jul 12 2016 Adam Ierymenko <adam.ierymenko@zerotier.com> - 1.1.10-0.1 - see https://github.com/zerotier/ZeroTierOne for release notes |