From 384647d290e2e4a55a14b1b7ef1b7e66293a2c33 Mon Sep 17 00:00:00 2001 From: jfarrell Date: Tue, 16 Oct 2018 22:36:46 -0400 Subject: Version 0.12.0 --- contrib/Rebus/Properties/AssemblyInfo.cs | 4 ++-- contrib/fb303/py/setup.py | 2 +- contrib/thrift-maven-plugin/pom.xml | 2 +- contrib/thrift.spec | 2 +- contrib/vagrant/centos-6.5/README.md | 2 +- contrib/zeromq/csharp/ThriftZMQ.csproj | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'contrib') diff --git a/contrib/Rebus/Properties/AssemblyInfo.cs b/contrib/Rebus/Properties/AssemblyInfo.cs index e476eab76..dde781324 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.12.0.0")] +[assembly: AssemblyFileVersion("0.12.0.0")] diff --git a/contrib/fb303/py/setup.py b/contrib/fb303/py/setup.py index 4321ce258..12d2d5c62 100644 --- a/contrib/fb303/py/setup.py +++ b/contrib/fb303/py/setup.py @@ -26,7 +26,7 @@ except: from distutils.core import setup, Extension, Command setup(name='thrift_fb303', - version='1.0.0-dev', + version='0.12.0', description='Python bindings for the Apache Thrift FB303', author=['Thrift Developers'], author_email=['dev@thrift.apache.org'], diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml index 0af595764..e11fbbf0f 100644 --- a/contrib/thrift-maven-plugin/pom.xml +++ b/contrib/thrift-maven-plugin/pom.xml @@ -27,7 +27,7 @@ thrift-maven-plugin maven-plugin thrift-maven-plugin - 1.0-SNAPSHOT + 0.12.0 diff --git a/contrib/thrift.spec b/contrib/thrift.spec index 034ebc879..1fe0f9c59 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.11.0 +Version: 0.12.0 Release: 0 URL: http://thrift.apache.org Packager: Thrift Developers diff --git a/contrib/vagrant/centos-6.5/README.md b/contrib/vagrant/centos-6.5/README.md index 76dca4439..91ae67f2f 100644 --- a/contrib/vagrant/centos-6.5/README.md +++ b/contrib/vagrant/centos-6.5/README.md @@ -11,7 +11,7 @@ This will download and launch the base box VM under VirtualBox and run the Apach $ vagrant ssh [vagrant@thrift ~]$ cd /thrift [vagrant@thrift thrift]$ compiler/cpp/thrift --version - Thrift version 1.0.0-dev + Thrift version 0.12.0 The provisioning script (inside the Vagrantfile) runs ./bootstrap.sh, ./configure, make and make check, but does not install thrift. To install thrift run "make install". diff --git a/contrib/zeromq/csharp/ThriftZMQ.csproj b/contrib/zeromq/csharp/ThriftZMQ.csproj index 6b4653065..9143a6921 100755 --- a/contrib/zeromq/csharp/ThriftZMQ.csproj +++ b/contrib/zeromq/csharp/ThriftZMQ.csproj @@ -25,7 +25,7 @@ false true 0 - 1.0.0.%2a + 0.12.0 false false true @@ -88,4 +88,4 @@ - \ No newline at end of file + -- cgit v1.2.1