From: Bryan Duxbury Date: Fri, 7 Jan 2011 18:45:29 +0000 (+0000) Subject: update version numbers to 0.7.0-dev X-Git-Tag: 0.6.0~7^2~1 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=c216556bd6d63f699a0632f569a13c7ad8920ca2;p=common%2Fthrift.git update version numbers to 0.7.0-dev git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1056453 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.ac b/configure.ac index 1294c263..b1ab0a7c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.65) -AC_INIT([thrift], [0.6.0-dev]) +AC_INIT([thrift], [0.7.0-dev]) AC_CONFIG_AUX_DIR([.]) diff --git a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs index aad48512..8769f1ac 100644 --- a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs +++ b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs @@ -56,5 +56,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: AssemblyVersion("0.7.0.*")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal index 53a4be47..7414a641 100644 --- a/lib/hs/Thrift.cabal +++ b/lib/hs/Thrift.cabal @@ -18,7 +18,7 @@ -- Name: thrift -Version: 0.6.0-dev +Version: 0.7.0-dev Cabal-Version: >= 1.4 License: OtherLicense Category: Foreign diff --git a/lib/java/ivy.xml b/lib/java/ivy.xml index 99ef9729..1ba933db 100644 --- a/lib/java/ivy.xml +++ b/lib/java/ivy.xml @@ -15,7 +15,7 @@ limitations under the License. --> - + diff --git a/lib/py/setup.py b/lib/py/setup.py index d3ae3588..7498bab0 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-dev', + version = '0.7.0-dev', 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 05cb7fc0..3315bcaf 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-dev" + p.version = "0.7.0-dev" p.rubygems_version = ">= 1.2.0" end