diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs | 2 | ||||
-rw-r--r-- | lib/hs/Thrift.cabal | 2 | ||||
-rw-r--r-- | lib/java/ivy.xml | 2 | ||||
-rw-r--r-- | lib/py/setup.py | 2 | ||||
-rw-r--r-- | lib/rb/Rakefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 1294c263b..b1ab0a7c4 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 aad48512a..8769f1aca 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 53a4be47d..7414a641c 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 99ef97293..1ba933dbd 100644 --- a/lib/java/ivy.xml +++ b/lib/java/ivy.xml @@ -15,7 +15,7 @@ limitations under the License. --> <ivy-module version="1.0"> - <info organisation="org.apache.thrift" module="libthrift" revision="0.6.0-dev" > + <info organisation="org.apache.thrift" module="libthrift" revision="0.7.0-dev" > <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0" /> <ivyauthor name="Thrift Developers" url="dev@thrift.apache.org" /> <repository name="apache repository" url="http://thrift.apache.org" /> diff --git a/lib/py/setup.py b/lib/py/setup.py index d3ae3588f..7498bab04 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 05cb7fc0c..3315bcafa 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 |