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 ab804da..f6ae886 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 8320b40..42e7576 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 @@
// 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 34412f8..af2da9a 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 8147214..f626b37 100644
--- a/lib/java/build.xml
+++ b/lib/java/build.xml
@@ -23,7 +23,7 @@
<description>Thrift Build File</description>
<property name="thrift.root" location="../../"/>
- <property name="thrift.version" value="0.6.0"/>
+ <property name="thrift.version" value="0.6.1"/>
<property name="thrift.groupid" value="org.apache.thrift"/>
<property name="thrift.artifactid" value="libthrift"/>
diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json
index e6ebca9..32c0e76 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 39b051f..7c93953 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 289b177..e4f10ae 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -26,7 +26,7 @@
)
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 84d099e..5b6f432 100644
--- a/lib/rb/Rakefile
+++ b/lib/rb/Rakefile
@@ -82,7 +82,7 @@
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