summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-11 23:17:45 +0100
committerJens Geyer <jensg@apache.org>2021-02-11 23:17:45 +0100
commit3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f (patch)
tree2373cb9dd0136f0054257eaa10041a20de2a2052 /contrib
parentb5fe1dbc0cac81ab99ec5d71de70f4389b234888 (diff)
downloadthrift-3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f.tar.gz
Version number aligned to 0.15.0
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Rebus/Properties/AssemblyInfo.cs4
-rw-r--r--contrib/thrift.spec2
-rw-r--r--contrib/zeromq/csharp/AssemblyInfo.cs2
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/Rebus/Properties/AssemblyInfo.cs b/contrib/Rebus/Properties/AssemblyInfo.cs
index e476eab76..ba587b532 100644
--- a/contrib/Rebus/Properties/AssemblyInfo.cs
+++ b/contrib/Rebus/Properties/AssemblyInfo.cs
@@ -34,5 +34,5 @@ using System.Runtime.InteropServices;
[assembly: Guid("0af10984-40d3-453d-b1e5-421529e8c7e2")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.15.0.0")]
+[assembly: AssemblyFileVersion("0.15.0.0")]
diff --git a/contrib/thrift.spec b/contrib/thrift.spec
index 4c678ba7f..8578bac8f 100644
--- a/contrib/thrift.spec
+++ b/contrib/thrift.spec
@@ -28,7 +28,7 @@ Name: thrift
License: Apache License v2.0
Group: Development
Summary: RPC and serialization framework
-Version: 0.14.0
+Version: 0.15.0
Release: 0
URL: http://thrift.apache.org
Packager: Thrift Developers <dev@thrift.apache.org>
diff --git a/contrib/zeromq/csharp/AssemblyInfo.cs b/contrib/zeromq/csharp/AssemblyInfo.cs
index 12cd434f3..8043c6deb 100644
--- a/contrib/zeromq/csharp/AssemblyInfo.cs
+++ b/contrib/zeromq/csharp/AssemblyInfo.cs
@@ -36,7 +36,7 @@ using System.Runtime.CompilerServices;
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("0.15.0.0")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.