diff options
author | Jens Geyer <jensg@apache.org> | 2019-10-17 00:11:59 +0200 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2019-10-17 20:31:24 +0200 |
commit | e02559fd46b07035a4a41c9d2604765756e3745b (patch) | |
tree | ce35eb9b933d8dac1633a62768eeb95cf368abb2 /lib | |
parent | a3fa0d928f7647aa6007e16ac81d76a3b5183d2c (diff) | |
download | thrift-e02559fd46b07035a4a41c9d2604765756e3745b.tar.gz |
bump version
This closes #1899
Diffstat (limited to 'lib')
-rw-r--r-- | lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj | 2 | ||||
-rw-r--r-- | lib/csharp/src/Thrift.csproj | 2 | ||||
-rw-r--r-- | lib/csharp/test/Multiplex/Client/MultiplexClient.csproj | 2 | ||||
-rw-r--r-- | lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | lib/csharp/test/ThriftMVCTest/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | lib/d/src/thrift/base.d | 2 | ||||
-rw-r--r-- | lib/delphi/src/Thrift.pas | 2 | ||||
-rw-r--r-- | lib/haxe/haxelib.json | 2 | ||||
-rw-r--r-- | lib/hs/thrift.cabal | 2 | ||||
-rw-r--r-- | lib/java/gradle.properties | 2 | ||||
-rw-r--r-- | lib/js/src/thrift.js | 2 | ||||
-rw-r--r-- | lib/lua/Thrift.lua | 2 | ||||
-rw-r--r-- | lib/netcore/Thrift/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | lib/netcore/Thrift/Transports/Client/THttpClientTransport.cs | 2 | ||||
-rw-r--r-- | lib/netstd/Thrift/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | lib/rb/thrift.gemspec | 2 | ||||
-rw-r--r-- | lib/rs/Cargo.toml | 2 | ||||
-rw-r--r-- | lib/st/package.xml | 2 | ||||
-rw-r--r-- | lib/ts/package.json | 2 |
19 files changed, 23 insertions, 23 deletions
diff --git a/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj b/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj index f4a26de45..25899705c 100644 --- a/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj +++ b/lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj @@ -45,7 +45,7 @@ <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> - <ApplicationVersion>0.13.0.0</ApplicationVersion> + <ApplicationVersion>0.14.0.0</ApplicationVersion> <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> diff --git a/lib/csharp/src/Thrift.csproj b/lib/csharp/src/Thrift.csproj index da69554d1..13054821d 100644 --- a/lib/csharp/src/Thrift.csproj +++ b/lib/csharp/src/Thrift.csproj @@ -45,7 +45,7 @@ <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> - <ApplicationVersion>0.13.0.0</ApplicationVersion> + <ApplicationVersion>0.14.0.0</ApplicationVersion> <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> diff --git a/lib/csharp/test/Multiplex/Client/MultiplexClient.csproj b/lib/csharp/test/Multiplex/Client/MultiplexClient.csproj index 09d20f503..551640ba6 100644 --- a/lib/csharp/test/Multiplex/Client/MultiplexClient.csproj +++ b/lib/csharp/test/Multiplex/Client/MultiplexClient.csproj @@ -46,7 +46,7 @@ <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> - <ApplicationVersion>0.13.0.0</ApplicationVersion> + <ApplicationVersion>0.14.0.0</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> diff --git a/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs b/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs index 2b8a6af23..50b11af2b 100644 --- a/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs +++ b/lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs @@ -51,5 +51,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.13.0.0")] -[assembly: AssemblyFileVersion("0.13.0.0")] +[assembly: AssemblyVersion("0.14.0.0")] +[assembly: AssemblyFileVersion("0.14.0.0")] diff --git a/lib/csharp/test/ThriftMVCTest/Properties/AssemblyInfo.cs b/lib/csharp/test/ThriftMVCTest/Properties/AssemblyInfo.cs index b812aaf1d..a87107cb9 100644 --- a/lib/csharp/test/ThriftMVCTest/Properties/AssemblyInfo.cs +++ b/lib/csharp/test/ThriftMVCTest/Properties/AssemblyInfo.cs @@ -49,5 +49,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("0.13.0.0")] -[assembly: AssemblyFileVersion("0.13.0.0")] +[assembly: AssemblyVersion("0.14.0.0")] +[assembly: AssemblyFileVersion("0.14.0.0")] diff --git a/lib/d/src/thrift/base.d b/lib/d/src/thrift/base.d index 150c3da8e..4a8fbd759 100644 --- a/lib/d/src/thrift/base.d +++ b/lib/d/src/thrift/base.d @@ -50,7 +50,7 @@ class TCompoundOperationException : TException { /// The Thrift version string, used for informative purposes. // Note: This is currently hardcoded, but will likely be filled in by the build // system in future versions. -enum VERSION = "0.13.0"; +enum VERSION = "0.14.0"; /** * Functions used for logging inside Thrift. diff --git a/lib/delphi/src/Thrift.pas b/lib/delphi/src/Thrift.pas index 2ee83441b..e127380ca 100644 --- a/lib/delphi/src/Thrift.pas +++ b/lib/delphi/src/Thrift.pas @@ -27,7 +27,7 @@ uses Thrift.Protocol; const - Version = '0.13.0'; + Version = '0.14.0'; type TException = Thrift.Exception.TException; // compatibility alias diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json index b3c15308d..d0e437ba3 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": "0.13.0", + "version": "0.14.0", "releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.", "contributors": ["Apache Software Foundation (ASF)"], "dependencies": { }, diff --git a/lib/hs/thrift.cabal b/lib/hs/thrift.cabal index dd30d89f1..c60effbe8 100644 --- a/lib/hs/thrift.cabal +++ b/lib/hs/thrift.cabal @@ -18,7 +18,7 @@ -- Name: thrift -Version: 0.13.0 +Version: 0.14.0 Cabal-Version: 1.24 License: Apache Category: Foreign diff --git a/lib/java/gradle.properties b/lib/java/gradle.properties index 081165910..c5d2a1b14 100644 --- a/lib/java/gradle.properties +++ b/lib/java/gradle.properties @@ -1,7 +1,7 @@ # This file is shared currently between this Gradle build and the # Ant builds for fd303 and JavaScript. Keep the dotted notation for # the properties to minimize the changes in the dependencies. -thrift.version=0.13.0 +thrift.version=0.14.0 thrift.groupid=org.apache.thrift release=false diff --git a/lib/js/src/thrift.js b/lib/js/src/thrift.js index 21a3d65fc..69bcccdd2 100644 --- a/lib/js/src/thrift.js +++ b/lib/js/src/thrift.js @@ -46,7 +46,7 @@ var Thrift = { * @const {string} Version * @memberof Thrift */ - Version: '0.13.0', + Version: '0.14.0', /** * Thrift IDL type string to Id mapping. diff --git a/lib/lua/Thrift.lua b/lib/lua/Thrift.lua index a948b3dcb..4a290de5c 100644 --- a/lib/lua/Thrift.lua +++ b/lib/lua/Thrift.lua @@ -48,7 +48,7 @@ function ttable_size(t) return count end -version = '0.13.0' +version = '0.14.0' TType = { STOP = 0, diff --git a/lib/netcore/Thrift/Properties/AssemblyInfo.cs b/lib/netcore/Thrift/Properties/AssemblyInfo.cs index 0f433b600..58aa84495 100644 --- a/lib/netcore/Thrift/Properties/AssemblyInfo.cs +++ b/lib/netcore/Thrift/Properties/AssemblyInfo.cs @@ -52,5 +52,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("0.13.0.0")] -[assembly: AssemblyFileVersion("0.13.0.0")] +[assembly: AssemblyVersion("0.14.0.0")] +[assembly: AssemblyFileVersion("0.14.0.0")] diff --git a/lib/netcore/Thrift/Transports/Client/THttpClientTransport.cs b/lib/netcore/Thrift/Transports/Client/THttpClientTransport.cs index 8bce9e4a0..b2ff8040c 100644 --- a/lib/netcore/Thrift/Transports/Client/THttpClientTransport.cs +++ b/lib/netcore/Thrift/Transports/Client/THttpClientTransport.cs @@ -150,7 +150,7 @@ namespace Thrift.Transports.Client } httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/x-thrift")); - httpClient.DefaultRequestHeaders.UserAgent.Add(new ProductInfoHeaderValue("THttpClientTransport", "0.13.0")); + httpClient.DefaultRequestHeaders.UserAgent.Add(new ProductInfoHeaderValue("THttpClientTransport", "0.14.0")); if (CustomHeaders != null) { diff --git a/lib/netstd/Thrift/Properties/AssemblyInfo.cs b/lib/netstd/Thrift/Properties/AssemblyInfo.cs index e3118ab23..58aa84495 100644 --- a/lib/netstd/Thrift/Properties/AssemblyInfo.cs +++ b/lib/netstd/Thrift/Properties/AssemblyInfo.cs @@ -52,5 +52,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.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")]
\ No newline at end of file +[assembly: AssemblyVersion("0.14.0.0")] +[assembly: AssemblyFileVersion("0.14.0.0")] diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec index 869e5d95d..3ee7e7cbf 100644 --- a/lib/rb/thrift.gemspec +++ b/lib/rb/thrift.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = 'thrift' - s.version = '0.13.0' + s.version = '0.14.0' s.authors = ['Apache Thrift Developers'] s.email = ['dev@thrift.apache.org'] s.homepage = 'http://thrift.apache.org' diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml index 69da0f399..0c71bab41 100644 --- a/lib/rs/Cargo.toml +++ b/lib/rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "thrift" description = "Rust bindings for the Apache Thrift RPC system" -version = "0.13.0" +version = "0.14.0" license = "Apache-2.0" authors = ["Apache Thrift Developers <dev@thrift.apache.org>"] homepage = "http://thrift.apache.org" diff --git a/lib/st/package.xml b/lib/st/package.xml index 21b7adcd2..eab405225 100644 --- a/lib/st/package.xml +++ b/lib/st/package.xml @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. --> -<!-- Apache Thrift Smalltalk library version 0.13.0 --> +<!-- Apache Thrift Smalltalk library version 0.14.0 --> <package> <name>libthrift-st</name> <file>thrift.st</file> diff --git a/lib/ts/package.json b/lib/ts/package.json index eda1c0aea..1cd6c7100 100644 --- a/lib/ts/package.json +++ b/lib/ts/package.json @@ -1,6 +1,6 @@ { "name": "thrift", - "version": "0.13.0", + "version": "0.14.0", "description": "Thrift is a software framework for scalable cross-language services development.", "author": { "name": "Apache Thrift Developers", |