diff --git a/composer.json b/composer.json index 0f22b76eabb..ad71f910c01 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.0.0-dev" } } } diff --git a/contrib/thrift.spec b/contrib/thrift.spec index 93f000c9140..034ebc8796c 100644 --- a/contrib/thrift.spec +++ b/contrib/thrift.spec @@ -28,7 +28,7 @@ Name: thrift License: Apache License v2.0 Group: Development Summary: RPC and serialization framework -Version: 0.9.1 +Version: 0.11.0 Release: 0 URL: http://thrift.apache.org Packager: Thrift Developers diff --git a/doap.rdf b/doap.rdf index ac8d7854d74..75274aa7b0d 100755 --- a/doap.rdf +++ b/doap.rdf @@ -38,10 +38,12 @@ C++ Cocoa D + Dart Delphi Erlang Go Haskell + Haxe Java JavaScript node.js @@ -49,12 +51,18 @@ Perl PHP Python + Rust SmallTalk + + Apache Thrift + 2017-03-01 + 0.10.0 + Apache Thrift 2015-09-25 diff --git a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs index 2e08e66787a..974cf27956a 100644 --- a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs +++ b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs @@ -56,5 +56,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.9.0.*")] -[assembly: AssemblyFileVersion("0.9.0.*")] +[assembly: AssemblyVersion("0.11.0.*")] +[assembly: AssemblyFileVersion("0.11.0.*")] diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json index 9f318844ffa..f76990e8b81 100644 --- a/lib/haxe/haxelib.json +++ b/lib/haxe/haxelib.json @@ -4,7 +4,7 @@ "license": "Apache", "tags": ["thrift", "rpc", "serialization", "cross", "framework"], "description": "Haxe bindings for the Apache Thrift RPC and serialization framework", - "version": "1.0.0-alpha.160215", + "version": "1.0.0-dev", "releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.", "contributors": ["Apache Software Foundation (ASF)"], "dependencies": { },