AC_PREREQ(2.65)
-AC_INIT([thrift], [0.6.0-dev])
+AC_INIT([thrift], [0.7.0-dev])
AC_CONFIG_AUX_DIR([.])
// 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")]
--
Name: thrift
-Version: 0.6.0-dev
+Version: 0.7.0-dev
Cabal-Version: >= 1.4
License: OtherLicense
Category: Foreign
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" />
)
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'],
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