From: Bryan Duxbury Date: Thu, 24 Mar 2011 22:26:32 +0000 (+0000) Subject: adjust version number to 0.6.1 X-Git-Tag: 0.6.1~6 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=2511cdcef91f3aad716ec0aaca54e37746300cbd;p=common%2Fthrift.git adjust version number to 0.6.1 git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.6.x@1085168 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.ac b/configure.ac index ab804da6..f6ae886b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.65) -AC_INIT([thrift], [0.6.0]) +AC_INIT([thrift], [0.6.1]) AC_CONFIG_AUX_DIR([.]) diff --git a/lib/csharp/src/Properties/AssemblyInfo.cs b/lib/csharp/src/Properties/AssemblyInfo.cs index 8320b408..42e7576c 100755 --- a/lib/csharp/src/Properties/AssemblyInfo.cs +++ b/lib/csharp/src/Properties/AssemblyInfo.cs @@ -1,19 +1,19 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations * under the License. */ @@ -52,5 +52,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.6.0.*")] -[assembly: AssemblyFileVersion("0.6.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("0.6.1.*")] +[assembly: AssemblyFileVersion("0.6.1.*")] \ No newline at end of file diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal index 34412f8f..af2da9a0 100644 --- a/lib/hs/Thrift.cabal +++ b/lib/hs/Thrift.cabal @@ -18,7 +18,7 @@ -- Name: thrift -Version: 0.6.0 +Version: 0.6.1 Cabal-Version: >= 1.4 License: OtherLicense Category: Foreign diff --git a/lib/java/build.xml b/lib/java/build.xml index 81472144..f626b372 100644 --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -23,7 +23,7 @@ Thrift Build File - + diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json index e6ebca94..32c0e76b 100644 --- a/lib/nodejs/package.json +++ b/lib/nodejs/package.json @@ -19,7 +19,7 @@ { "name": "thrift", "description": "node-thrift", - "version": "0.6.0", + "version": "0.6.1", "author": "Apache Thrift", "directories" : { "lib" : "./lib/thrift" }, "main": "./lib/thrift", diff --git a/lib/perl/lib/Thrift.pm b/lib/perl/lib/Thrift.pm index 39b051f1..7c939535 100644 --- a/lib/perl/lib/Thrift.pm +++ b/lib/perl/lib/Thrift.pm @@ -17,7 +17,7 @@ # under the License. # -our $VERSION = '0.6.0-dev'; +our $VERSION = '0.6.1'; require 5.6.0; use strict; diff --git a/lib/py/setup.py b/lib/py/setup.py index 289b177c..e4f10ae0 100644 --- a/lib/py/setup.py +++ b/lib/py/setup.py @@ -26,7 +26,7 @@ fastbinarymod = Extension('thrift.protocol.fastbinary', ) setup(name = 'Thrift', - version = '0.6.0', + version = '0.6.1', description = 'Python bindings for the Apache Thrift RPC system', author = ['Thrift Developers'], author_email = ['dev@thrift.apache.org'], diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 84d099e9..5b6f4328 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile @@ -82,7 +82,7 @@ begin p.summary = "Ruby bindings for the Apache Thrift RPC system" p.url = "http://thrift.apache.org" p.include_rakefile = true - p.version = "0.6.0" + p.version = "0.6.1" p.rubygems_version = ">= 1.2.0" end