This is an automated email from the ASF dual-hosted git repository.

Jens-G pushed a commit to branch prep-master-for-0.25.0
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/prep-master-for-0.25.0 by this 
push:
     new f2225b6fa bump version number
f2225b6fa is described below

commit f2225b6fab688b0605c51f82dcc808aa09ea879f
Author: Jens Geyer <[email protected]>
AuthorDate: Sat Jul 4 23:50:03 2026 +0200

    bump version number
---
 ApacheThrift.nuspec                                               | 8 ++++----
 CMakeLists.txt                                                    | 2 +-
 appveyor.yml                                                      | 2 +-
 bower.json                                                        | 2 +-
 compiler/cpp/src/thrift/version.h                                 | 2 +-
 configure.ac                                                      | 2 +-
 contrib/Rebus/Properties/AssemblyInfo.cs                          | 4 ++--
 contrib/thrift-maven-plugin/pom.xml                               | 2 +-
 contrib/thrift.spec                                               | 2 +-
 contrib/zeromq/csharp/AssemblyInfo.cs                             | 2 +-
 doc/specs/idl.md                                                  | 2 +-
 lib/d/src/thrift/base.d                                           | 2 +-
 lib/dart/pubspec.yaml                                             | 2 +-
 lib/delphi/src/Thrift.pas                                         | 2 +-
 lib/erl/src/thrift.app.src                                        | 2 +-
 lib/haxe/haxelib.json                                             | 2 +-
 lib/java/gradle.properties                                        | 2 +-
 lib/js/package-lock.json                                          | 4 ++--
 lib/js/package.json                                               | 2 +-
 lib/js/src/thrift.js                                              | 2 +-
 lib/lua/Thrift.lua                                                | 2 +-
 lib/netstd/Benchmarks/Thrift.Benchmarks/Thrift.Benchmarks.csproj  | 2 +-
 .../Thrift.Compile.net10/Thrift.Compile.net10.csproj              | 2 +-
 .../Thrift.Compile.net8/Thrift.Compile.net8.csproj                | 2 +-
 .../Thrift.Compile.net9/Thrift.Compile.net9.csproj                | 2 +-
 .../Thrift.Compile.netstd2/Thrift.Compile.netstd2.csproj          | 2 +-
 .../Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj  | 2 +-
 lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj                 | 2 +-
 lib/netstd/Thrift.AspNetCore/Thrift.AspNetCore.csproj             | 6 +++---
 lib/netstd/Thrift/Properties/AssemblyInfo.cs                      | 4 ++--
 lib/netstd/Thrift/Thrift.csproj                                   | 6 +++---
 lib/ocaml/_oasis                                                  | 2 +-
 lib/perl/lib/Thrift.pm                                            | 2 +-
 lib/py/setup.py                                                   | 2 +-
 lib/rb/thrift.gemspec                                             | 2 +-
 lib/rs/Cargo.toml                                                 | 2 +-
 lib/st/package.xml                                                | 2 +-
 lib/ts/package-lock.json                                          | 4 ++--
 lib/ts/package.json                                               | 2 +-
 package-lock.json                                                 | 4 ++--
 package.json                                                      | 2 +-
 sonar-project.properties                                          | 6 +++---
 test/dart/test_client/pubspec.yaml                                | 2 +-
 test/erl/src/thrift_test.app.src                                  | 2 +-
 test/netstd/Client/Client.csproj                                  | 2 +-
 test/netstd/Server/Server.csproj                                  | 2 +-
 tutorial/dart/client/pubspec.yaml                                 | 2 +-
 tutorial/dart/console_client/pubspec.yaml                         | 2 +-
 tutorial/dart/server/pubspec.yaml                                 | 2 +-
 tutorial/delphi/DelphiClient/DelphiClient.dproj                   | 4 ++--
 tutorial/delphi/DelphiServer/DelphiServer.dproj                   | 4 ++--
 tutorial/netstd/Client/Client.csproj                              | 2 +-
 tutorial/netstd/Interfaces/Interfaces.csproj                      | 2 +-
 tutorial/netstd/Server/Server.csproj                              | 2 +-
 tutorial/ocaml/_oasis                                             | 2 +-
 55 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/ApacheThrift.nuspec b/ApacheThrift.nuspec
index c5d809df3..42af9c4bf 100644
--- a/ApacheThrift.nuspec
+++ b/ApacheThrift.nuspec
@@ -19,14 +19,14 @@
      the "Thrift" project.
   2. nuget setApiKey <your-api-key>
   3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
-  4. nuget push ApacheThrift.0.24.0.nupkg -Source 
https://api.nuget.org/v3/index.json
+  4. nuget push ApacheThrift.0.25.0.nupkg -Source 
https://api.nuget.org/v3/index.json
   -->
 
 <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd";>
   <metadata>
     <id>ApacheThrift</id>
-    <version>0.24.0</version>
-    <title>Apache Thrift 0.24.0</title>
+    <version>0.25.0</version>
+    <title>Apache Thrift 0.25.0</title>
     <authors>Apache Thrift Developers</authors>
     <owners>Apache Software Foundation</owners>
     <license type="expression">Apache-2.0</license>
@@ -36,7 +36,7 @@
     <description>
       Contains runtime libraries from lib/netstd for netstandard2.0 framework 
development.
     </description>
-    <repository type="GitHub" url="https://github.com/apache/thrift"; 
branch="release/0.24.0" />
+    <repository type="GitHub" url="https://github.com/apache/thrift"; 
branch="release/0.25.0" />
     <tags>Apache Thrift RPC</tags>
   </metadata>
   <files>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fefab4bf3..95fa7821c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ endif()
 
 # PACKAGE_VERSION is used by cpack scripts currently
 # Both thrift_VERSION and PACKAGE_VERSION should be the same for now
-set(thrift_VERSION "0.24.0")
+set(thrift_VERSION "0.25.0")
 set(PACKAGE_VERSION ${thrift_VERSION})
 
 project("thrift" VERSION ${PACKAGE_VERSION})
diff --git a/appveyor.yml b/appveyor.yml
index 5aa27e938..a68aa2386 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,7 +19,7 @@
 
 # build Apache Thrift on AppVeyor - https://ci.appveyor.com
 
-version: '0.24.0.{build}'
+version: '0.25.0.{build}'
 
 shallow_clone: true
 
diff --git a/bower.json b/bower.json
index 49715babb..734ea44ae 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "thrift",
-  "version": "0.24.0",
+  "version": "0.25.0",
   "homepage": "https://github.com/apache/thrift.git";,
   "authors": [
     "Apache Thrift <[email protected]>"
diff --git a/compiler/cpp/src/thrift/version.h 
b/compiler/cpp/src/thrift/version.h
index 978281bce..907dae1c2 100644
--- a/compiler/cpp/src/thrift/version.h
+++ b/compiler/cpp/src/thrift/version.h
@@ -24,6 +24,6 @@
 #pragma once
 #endif // _MSC_VER
 
-#define THRIFT_VERSION "0.24.0"
+#define THRIFT_VERSION "0.25.0"
 
 #endif // _THRIFT_VERSION_H_
diff --git a/configure.ac b/configure.ac
index 93df96ec8..0fbe7a0d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([./aclocal])
 
-AC_INIT([thrift], [0.24.0])
+AC_INIT([thrift], [0.25.0])
 
 AC_CONFIG_AUX_DIR([.])
 
diff --git a/contrib/Rebus/Properties/AssemblyInfo.cs 
b/contrib/Rebus/Properties/AssemblyInfo.cs
index 334776079..73a4c3d6c 100644
--- a/contrib/Rebus/Properties/AssemblyInfo.cs
+++ b/contrib/Rebus/Properties/AssemblyInfo.cs
@@ -34,5 +34,5 @@ using System.Runtime.InteropServices;
 
 [assembly: Guid("0af10984-40d3-453d-b1e5-421529e8c7e2")]
 
-[assembly: AssemblyVersion("0.24.0.0")]
-[assembly: AssemblyFileVersion("0.24.0.0")]
+[assembly: AssemblyVersion("0.25.0.0")]
+[assembly: AssemblyFileVersion("0.25.0.0")]
diff --git a/contrib/thrift-maven-plugin/pom.xml 
b/contrib/thrift-maven-plugin/pom.xml
index 5c1c2f1f9..43f75351f 100644
--- a/contrib/thrift-maven-plugin/pom.xml
+++ b/contrib/thrift-maven-plugin/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>thrift-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>thrift-maven-plugin</name>
-  <version>0.24.0</version>
+  <version>0.25.0</version>
 
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
diff --git a/contrib/thrift.spec b/contrib/thrift.spec
index e759a3aee..3e0777cdd 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.24.0
+Version:        0.25.0
 Release:        0
 URL:            http://thrift.apache.org
 Packager:       Thrift Developers <[email protected]>
diff --git a/contrib/zeromq/csharp/AssemblyInfo.cs 
b/contrib/zeromq/csharp/AssemblyInfo.cs
index 7490475d7..f01975212 100644
--- a/contrib/zeromq/csharp/AssemblyInfo.cs
+++ b/contrib/zeromq/csharp/AssemblyInfo.cs
@@ -36,7 +36,7 @@ using System.Runtime.CompilerServices;
 // The form "{Major}.{Minor}.*" will automatically update the build and 
revision,
 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
 
-[assembly: AssemblyVersion("0.24.0.0")]
+[assembly: AssemblyVersion("0.25.0.0")]
 
 // The following attributes are used to specify the signing key for the 
assembly,
 // if desired. See the Mono documentation for more information about signing.
diff --git a/doc/specs/idl.md b/doc/specs/idl.md
index aff72cde4..9de4efbde 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -1,6 +1,6 @@
 ## Thrift interface description language
 
-For Thrift version 0.24.0.
+For Thrift version 0.25.0.
 
 The Thrift interface definition language (IDL) allows for the definition of 
[Thrift Types](/docs/types). A Thrift IDL file is processed by the Thrift code 
generator to produce code for the various target languages to support the 
defined structs and services in the IDL file.
 
diff --git a/lib/d/src/thrift/base.d b/lib/d/src/thrift/base.d
index d5cdedfe4..0a7ac7b08 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.24.0";
+enum VERSION = "0.25.0";
 
 /**
  * Functions used for logging inside Thrift.
diff --git a/lib/dart/pubspec.yaml b/lib/dart/pubspec.yaml
index d9c141cc3..c97ddf1ad 100644
--- a/lib/dart/pubspec.yaml
+++ b/lib/dart/pubspec.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 name: thrift
-version: 0.24.0
+version: 0.25.0
 description: >
   A Dart library for Apache Thrift
 author: Apache Thrift Developers <[email protected]>
diff --git a/lib/delphi/src/Thrift.pas b/lib/delphi/src/Thrift.pas
index 725401f36..c0547c0ff 100644
--- a/lib/delphi/src/Thrift.pas
+++ b/lib/delphi/src/Thrift.pas
@@ -28,7 +28,7 @@ uses
   Thrift.Protocol;
 
 const
-  Version = '0.24.0';
+  Version = '0.25.0';
 
 type
   TException = Thrift.Exception.TException; // compatibility alias
diff --git a/lib/erl/src/thrift.app.src b/lib/erl/src/thrift.app.src
index fc193dc53..3892e646d 100644
--- a/lib/erl/src/thrift.app.src
+++ b/lib/erl/src/thrift.app.src
@@ -22,7 +22,7 @@
     {description, "Thrift bindings"},
 
     % The version of the applicaton
-    {vsn, "0.24.0"},
+    {vsn, "0.25.0"},
 
     % All modules used by the application.
     {modules, []},
diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json
index a5e9da74d..30da5224a 100644
--- a/lib/haxe/haxelib.json
+++ b/lib/haxe/haxelib.json
@@ -10,7 +10,7 @@
                "framework"
        ],
        "description": "Haxe bindings for the Apache Thrift RPC and 
serialization framework",
-       "version": "0.24.0",
+       "version": "0.25.0",
        "releasenote": "Licensed under Apache License, Version 2.0. The Apache 
Thrift compiler needs to be installed separately.",
        "contributors": ["ApacheThrift"],
        "dependencies": { 
diff --git a/lib/java/gradle.properties b/lib/java/gradle.properties
index a892363fc..5695f7422 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.24.0
+thrift.version=0.25.0
 thrift.groupid=org.apache.thrift
 release=false
 
diff --git a/lib/js/package-lock.json b/lib/js/package-lock.json
index c1bc8fc94..7bf8c7095 100644
--- a/lib/js/package-lock.json
+++ b/lib/js/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "thrift",
-  "version": "0.24.0",
+  "version": "0.25.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "thrift",
-      "version": "0.24.0",
+      "version": "0.25.0",
       "license": "Apache-2.0",
       "devDependencies": {
         "browserify": "~16.5",
diff --git a/lib/js/package.json b/lib/js/package.json
index 73824eb38..a581be7b9 100644
--- a/lib/js/package.json
+++ b/lib/js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "thrift",
-  "version": "0.24.0",
+  "version": "0.25.0",
   "description": "Thrift is a software framework for scalable cross-language 
services development.",
   "main": "./src/thrift",
   "author": {
diff --git a/lib/js/src/thrift.js b/lib/js/src/thrift.js
index 68f18353e..d668e0c1e 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.24.0',
+    Version: '0.25.0',
 
     /**
      * Thrift IDL type string to Id mapping.
diff --git a/lib/lua/Thrift.lua b/lib/lua/Thrift.lua
index d94a51805..1f2e112cc 100644
--- a/lib/lua/Thrift.lua
+++ b/lib/lua/Thrift.lua
@@ -51,7 +51,7 @@ function ttable_size(t)
   return count
 end
 
-version = '0.24.0'
+version = '0.25.0'
 
 TType = {
   STOP   = 0,
diff --git a/lib/netstd/Benchmarks/Thrift.Benchmarks/Thrift.Benchmarks.csproj 
b/lib/netstd/Benchmarks/Thrift.Benchmarks/Thrift.Benchmarks.csproj
index 1e90dd080..7bdea8c0d 100644
--- a/lib/netstd/Benchmarks/Thrift.Benchmarks/Thrift.Benchmarks.csproj
+++ b/lib/netstd/Benchmarks/Thrift.Benchmarks/Thrift.Benchmarks.csproj
@@ -21,7 +21,7 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <TargetFramework>net10.0</TargetFramework>
-    <Version>0.24.0</Version>
+    <Version>0.25.0</Version>
     <LangVersion>latestMajor</LangVersion>
     <TieredCompilation>false</TieredCompilation>
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
diff --git 
a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net10/Thrift.Compile.net10.csproj
 
b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net10/Thrift.Compile.net10.csproj
index 1086d1a01..9e4a01276 100644
--- 
a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net10/Thrift.Compile.net10.csproj
+++ 
b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net10/Thrift.Compile.net10.csproj
@@ -19,7 +19,7 @@
   -->
 
   <PropertyGroup>
-    <ThriftVersion>0.24.0</ThriftVersion>
+    <ThriftVersion>0.25.0</ThriftVersion>
     <ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput>
     <TargetFramework>net10.0</TargetFramework>
     <LangVersion>latestMajor</LangVersion>
diff --git 
a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj
 
b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj
index 13304e720..2402e7236 100644
--- 
a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj
+++ 
b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj
@@ -19,7 +19,7 @@
   -->
 
   <PropertyGroup>
-    <ThriftVersion>0.24.0</ThriftVersion>
+    <ThriftVersion>0.25.0</ThriftVersion>
     <ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput>
     <TargetFramework>net8.0</TargetFramework>
     <LangVersion>latestMajor</LangVersion>
diff --git 
a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net9/Thrift.Compile.net9.csproj
 
b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net9/Thrift.Compile.net9.csproj
index 532cf12d8..629cdf266 100644
--- 
a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net9/Thrift.Compile.net9.csproj
+++ 
b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net9/Thrift.Compile.net9.csproj
@@ -19,7 +19,7 @@
   -->
 
   <PropertyGroup>
-    <ThriftVersion>0.24.0</ThriftVersion>
+    <ThriftVersion>0.25.0</ThriftVersion>
     <ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput>
     <TargetFramework>net9.0</TargetFramework>
     <LangVersion>latestMajor</LangVersion>
diff --git 
a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.netstd2/Thrift.Compile.netstd2.csproj
 
b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.netstd2/Thrift.Compile.netstd2.csproj
index 41ad3dcae..85f2caf70 100644
--- 
a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.netstd2/Thrift.Compile.netstd2.csproj
+++ 
b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.netstd2/Thrift.Compile.netstd2.csproj
@@ -19,7 +19,7 @@
   -->
 
   <PropertyGroup>
-    <ThriftVersion>0.24.0</ThriftVersion>
+    <ThriftVersion>0.25.0</ThriftVersion>
     <ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput>
     <TargetFramework>netstandard2.0</TargetFramework>
     <LangVersion>latestMajor</LangVersion>
diff --git 
a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj 
b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj
index 3cd49a9f5..94b80186c 100644
--- a/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj
+++ b/lib/netstd/Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj
@@ -23,7 +23,7 @@
     <LangVersion>latestMajor</LangVersion>
     <AssemblyName>Thrift.IntegrationTests</AssemblyName>
     <PackageId>Thrift.IntegrationTests</PackageId>
-    <Version>0.24.0.0</Version>
+    <Version>0.25.0.0</Version>
     <OutputType>Exe</OutputType>
     <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
     
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
diff --git a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj 
b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
index 75ff3337b..8baee6ef4 100644
--- a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
+++ b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
@@ -21,7 +21,7 @@
   <PropertyGroup>
     <TargetFramework>net10.0</TargetFramework>
     <LangVersion>latestMajor</LangVersion>
-    <Version>0.24.0.0</Version>
+    <Version>0.25.0.0</Version>
     <Nullable>enable</Nullable>
   </PropertyGroup>
 
diff --git a/lib/netstd/Thrift.AspNetCore/Thrift.AspNetCore.csproj 
b/lib/netstd/Thrift.AspNetCore/Thrift.AspNetCore.csproj
index 202b2ba15..3bc6b48b6 100644
--- a/lib/netstd/Thrift.AspNetCore/Thrift.AspNetCore.csproj
+++ b/lib/netstd/Thrift.AspNetCore/Thrift.AspNetCore.csproj
@@ -40,15 +40,15 @@
     <SignAssembly>true</SignAssembly>
     <AssemblyOriginatorKeyFile>..\Thrift\thrift.snk</AssemblyOriginatorKeyFile>
     <DelaySign>false</DelaySign>
-    <Title>Apache Thrift ASP.NET Core 0.24.0</Title>
-    <Version>0.24.0.0</Version>
+    <Title>Apache Thrift ASP.NET Core 0.25.0</Title>
+    <Version>0.25.0.0</Version>
     <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
     <PackageProjectUrl>https://thrift.apache.org/</PackageProjectUrl>
     <Authors>Apache Thrift Developers</Authors>
     <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
     <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
     <PackageDescription>ASP.NET Core server transport (THttpServerTransport 
middleware) for the Apache Thrift RPC system. Reference this package only when 
you host Thrift over ASP.NET Core; the core ApacheThrift package no longer 
pulls in the ASP.NET Core stack.</PackageDescription>
-    
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.24.0/CHANGES.md</PackageReleaseNotes>
+    
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.25.0/CHANGES.md</PackageReleaseNotes>
     <PackageTags>Apache Thrift RPC AspNetCore HTTP Server</PackageTags>
     <PackageProjectUrl>https://thrift.apache.org/</PackageProjectUrl>
     <RepositoryUrl>https://github.com/apache/thrift</RepositoryUrl>
diff --git a/lib/netstd/Thrift/Properties/AssemblyInfo.cs 
b/lib/netstd/Thrift/Properties/AssemblyInfo.cs
index 947e48b7a..b360de909 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("0.24.0.0")]
-[assembly: AssemblyFileVersion("0.24.0.0")]
+[assembly: AssemblyVersion("0.25.0.0")]
+[assembly: AssemblyFileVersion("0.25.0.0")]
diff --git a/lib/netstd/Thrift/Thrift.csproj b/lib/netstd/Thrift/Thrift.csproj
index 2b7e9a0f4..874bd038d 100644
--- a/lib/netstd/Thrift/Thrift.csproj
+++ b/lib/netstd/Thrift/Thrift.csproj
@@ -40,15 +40,15 @@
     <SignAssembly>true</SignAssembly>
     <AssemblyOriginatorKeyFile>thrift.snk</AssemblyOriginatorKeyFile>
     <DelaySign>false</DelaySign>
-    <Title>Apache Thrift 0.24.0</Title>
-    <Version>0.24.0.0</Version>
+    <Title>Apache Thrift 0.25.0</Title>
+    <Version>0.25.0.0</Version>
     <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
     <PackageProjectUrl>https://thrift.apache.org/</PackageProjectUrl>
     <Authors>Apache Thrift Developers</Authors>
     <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
     <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
     <PackageDescription>C# .NET Core bindings for the Apache Thrift RPC 
system</PackageDescription>
-    
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.24.0/CHANGES.md</PackageReleaseNotes>
+    
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.25.0/CHANGES.md</PackageReleaseNotes>
     <PackageTags>Apache Thrift RPC</PackageTags>
     <PackageProjectUrl>https://thrift.apache.org/</PackageProjectUrl>
     <RepositoryUrl>https://github.com/apache/thrift</RepositoryUrl>
diff --git a/lib/ocaml/_oasis b/lib/ocaml/_oasis
index 0a7d27a9b..23eeb5dba 100644
--- a/lib/ocaml/_oasis
+++ b/lib/ocaml/_oasis
@@ -1,5 +1,5 @@
 Name: libthrift-ocaml
-Version: 0.24.0
+Version: 0.25.0
 OASISFormat: 0.3
 Synopsis: OCaml bindings for the Apache Thrift RPC system
 Authors: Apache Thrift Developers <[email protected]>
diff --git a/lib/perl/lib/Thrift.pm b/lib/perl/lib/Thrift.pm
index 8c45539f9..f0036c6a5 100644
--- a/lib/perl/lib/Thrift.pm
+++ b/lib/perl/lib/Thrift.pm
@@ -31,6 +31,6 @@ use warnings;
 #
 
 package Thrift;
-use version 0.77; our $VERSION = version->declare("v0.24.0");
+use version 0.77; our $VERSION = version->declare("v0.25.0");
 
 1;
diff --git a/lib/py/setup.py b/lib/py/setup.py
index ca77ec08a..dacae4187 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -108,7 +108,7 @@ def run_setup(with_binary):
     twisted_deps = ['twisted>=24.3.0', 'zope.interface>=6.1']
 
     setup(name='thrift',
-          version='0.24.0',
+          version='0.25.0',
           description='Python bindings for the Apache Thrift RPC system',
           long_description=read_file("README.md"),
           long_description_content_type="text/markdown",
diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec
index 958bc20a4..aceeea028 100644
--- a/lib/rb/thrift.gemspec
+++ b/lib/rb/thrift.gemspec
@@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
 
 Gem::Specification.new do |s|
   s.name        = 'thrift'
-  s.version     = '0.24.0'
+  s.version     = '0.25.0'
   s.authors     = ['Apache Thrift Developers']
   s.email       = ['[email protected]']
   s.homepage    = 'https://thrift.apache.org'
diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml
index 7147dd55b..e6fbe51d6 100644
--- a/lib/rs/Cargo.toml
+++ b/lib/rs/Cargo.toml
@@ -2,7 +2,7 @@
 name = "thrift"
 description = "Rust bindings for the Apache Thrift RPC system"
 edition = "2021"
-version = "0.24.0"
+version = "0.25.0"
 license = "Apache-2.0"
 authors = ["Apache Thrift Developers <[email protected]>"]
 homepage = "http://thrift.apache.org";
diff --git a/lib/st/package.xml b/lib/st/package.xml
index 7380f19c5..f92362889 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.24.0 -->
+<!-- Apache Thrift Smalltalk library version 0.25.0 -->
 <package>
   <name>libthrift-st</name>
   <file>thrift.st</file>
diff --git a/lib/ts/package-lock.json b/lib/ts/package-lock.json
index 70b1db338..c7be4c326 100644
--- a/lib/ts/package-lock.json
+++ b/lib/ts/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "thrift",
-  "version": "0.24.0",
+  "version": "0.25.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "thrift",
-      "version": "0.24.0",
+      "version": "0.25.0",
       "license": "Apache-2.0",
       "dependencies": {
         "bufferutil": "^4.0.1",
diff --git a/lib/ts/package.json b/lib/ts/package.json
index 63f78d09b..a021a6450 100644
--- a/lib/ts/package.json
+++ b/lib/ts/package.json
@@ -1,6 +1,6 @@
 {
   "name": "thrift",
-  "version": "0.24.0",
+  "version": "0.25.0",
   "description": "Thrift is a software framework for scalable cross-language 
services development.",
   "author": {
     "name": "Apache Thrift Developers",
diff --git a/package-lock.json b/package-lock.json
index 3f76bffc9..622d16f52 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "thrift",
-  "version": "0.24.0",
+  "version": "0.25.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "thrift",
-      "version": "0.24.0",
+      "version": "0.25.0",
       "license": "Apache-2.0",
       "dependencies": {
         "browser-or-node": "^1.2.1",
diff --git a/package.json b/package.json
index a40784688..3b5fd8fd7 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
     "type": "git",
     "url": "https://github.com/apache/thrift.git";
   },
-  "version": "0.24.0",
+  "version": "0.25.0",
   "author": {
     "name": "Apache Thrift Developers",
     "email": "[email protected]",
diff --git a/sonar-project.properties b/sonar-project.properties
index 7a01598f0..b23ff1826 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -16,7 +16,7 @@ development, combines a software stack with a code generation 
engine to build
 services that work efficiently and seamlessly between all major languages.
 
 # Apache Thrift Version
-sonar.projectVersion=0.24.0
+sonar.projectVersion=0.25.0
 # use this to set another version string
 # $ sonar-runner -D sonar.projectVersion=`git rev-parse HEAD`
 # set projectDate in combination with projectVersion for imports of old 
releases
@@ -54,7 +54,7 @@ module1.sonar.projectName=Apache Thrift - Java Library
 module1.sonar.projectBaseDir=lib/java
 module1.sonar.sources=src
 module1.sonar.tests=test
-module1.sonar.binaries=build/libs/libthrift-0.24.0.jar
+module1.sonar.binaries=build/libs/libthrift-0.25.0.jar
 module1.sonar.libraries=build/deps/*.jar
 module1.sonar.language=java
 
@@ -62,7 +62,7 @@ module2.sonar.projectName=Apache Thrift - Java Tutorial
 module2.sonar.projectBaseDir=.
 module2.sonar.sources=tutorial/java/src, tutorial/java/gen-java
 module2.sonar.binaries=tutorial/java/tutorial.jar
-module2.sonar.libraries=lib/java/build/deps/*.jar,lib/java/build/libs/libthrift-0.24.0.jar
+module2.sonar.libraries=lib/java/build/deps/*.jar,lib/java/build/libs/libthrift-0.25.0.jar
 module2.sonar.language=java
 
 module3.sonar.projectName=Apache Thrift - JavaScript Library
diff --git a/test/dart/test_client/pubspec.yaml 
b/test/dart/test_client/pubspec.yaml
index cb81610d2..7117dfde4 100644
--- a/test/dart/test_client/pubspec.yaml
+++ b/test/dart/test_client/pubspec.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 name: thrift_test_client
-version: 0.24.0
+version: 0.25.0
 description: A client integration test for the Dart Thrift library
 author: Apache Thrift Developers <[email protected]>
 homepage: http://thrift.apache.org
diff --git a/test/erl/src/thrift_test.app.src b/test/erl/src/thrift_test.app.src
index ed27d6875..0269b7b98 100644
--- a/test/erl/src/thrift_test.app.src
+++ b/test/erl/src/thrift_test.app.src
@@ -22,7 +22,7 @@
   {description, "Thrift cross language test"},
 
   % The version of the applicaton
-  {vsn, "0.24.0"},
+  {vsn, "0.25.0"},
 
   % All modules used by the application.
   {modules, [
diff --git a/test/netstd/Client/Client.csproj b/test/netstd/Client/Client.csproj
index 47d997122..92982f124 100644
--- a/test/netstd/Client/Client.csproj
+++ b/test/netstd/Client/Client.csproj
@@ -24,7 +24,7 @@
     <AssemblyName>Client</AssemblyName>
     <PackageId>Client</PackageId>
     <OutputType>Exe</OutputType>
-    <Version>0.24.0.0</Version>
+    <Version>0.25.0.0</Version>
     <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
     
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
     
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
diff --git a/test/netstd/Server/Server.csproj b/test/netstd/Server/Server.csproj
index e55061f22..56e1e594c 100644
--- a/test/netstd/Server/Server.csproj
+++ b/test/netstd/Server/Server.csproj
@@ -24,7 +24,7 @@
     <AssemblyName>Server</AssemblyName>
     <PackageId>Server</PackageId>
     <OutputType>Exe</OutputType>
-    <Version>0.24.0.0</Version>
+    <Version>0.25.0.0</Version>
     <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
     
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
     
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
diff --git a/tutorial/dart/client/pubspec.yaml 
b/tutorial/dart/client/pubspec.yaml
index 86e0a51a9..f1d18a785 100644
--- a/tutorial/dart/client/pubspec.yaml
+++ b/tutorial/dart/client/pubspec.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 name: tutorial_client
-version: 0.24.0
+version: 0.25.0
 description: A Dart client implementation of the Apache Thrift tutorial
 author: Apache Thrift Developers <[email protected]>
 homepage: http://thrift.apache.org
diff --git a/tutorial/dart/console_client/pubspec.yaml 
b/tutorial/dart/console_client/pubspec.yaml
index 7a43c5011..f628d6c40 100644
--- a/tutorial/dart/console_client/pubspec.yaml
+++ b/tutorial/dart/console_client/pubspec.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 name: tutorial_console_client
-version: 0.24.0
+version: 0.25.0
 description: >
   A Dart console client to implementation of the Apache Thrift tutorial
 author: Apache Thrift Developers <[email protected]>
diff --git a/tutorial/dart/server/pubspec.yaml 
b/tutorial/dart/server/pubspec.yaml
index 34887303a..fd217161e 100644
--- a/tutorial/dart/server/pubspec.yaml
+++ b/tutorial/dart/server/pubspec.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 name: tutorial_server
-version: 0.24.0
+version: 0.25.0
 description: A Dart server to support the Apache Thrift tutorial
 author: Apache Thrift Developers <[email protected]>
 homepage: http://thrift.apache.org
diff --git a/tutorial/delphi/DelphiClient/DelphiClient.dproj 
b/tutorial/delphi/DelphiClient/DelphiClient.dproj
index c8196b4ce..8dd3cfae5 100644
--- a/tutorial/delphi/DelphiClient/DelphiClient.dproj
+++ b/tutorial/delphi/DelphiClient/DelphiClient.dproj
@@ -124,13 +124,13 @@ popd]]></PreBuildEvent>
                                        <VersionInfoKeys>
                                                <VersionInfoKeys 
Name="CompanyName"/>
                                                <VersionInfoKeys 
Name="FileDescription">Thrift Tutorial</VersionInfoKeys>
-                                               <VersionInfoKeys 
Name="FileVersion">0.24.0.0</VersionInfoKeys>
+                                               <VersionInfoKeys 
Name="FileVersion">0.25.0.0</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="InternalName">DelphiClient</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="LegalCopyright">Copyright © 2012 The Apache Software 
Foundation</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="LegalTrademarks"/>
                                                <VersionInfoKeys 
Name="OriginalFilename">DelphiClient.exe</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="ProductName">Thrift</VersionInfoKeys>
-                                               <VersionInfoKeys 
Name="ProductVersion">0.24.0.0</VersionInfoKeys>
+                                               <VersionInfoKeys 
Name="ProductVersion">0.25.0.0</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="Comments"/>
                                        </VersionInfoKeys>
                                        <Source>
diff --git a/tutorial/delphi/DelphiServer/DelphiServer.dproj 
b/tutorial/delphi/DelphiServer/DelphiServer.dproj
index f2009de92..ec655718b 100644
--- a/tutorial/delphi/DelphiServer/DelphiServer.dproj
+++ b/tutorial/delphi/DelphiServer/DelphiServer.dproj
@@ -121,13 +121,13 @@ popd]]></PreBuildEvent>
                                        <VersionInfoKeys>
                                                <VersionInfoKeys 
Name="CompanyName"/>
                                                <VersionInfoKeys 
Name="FileDescription">Thrift Tutorial</VersionInfoKeys>
-                                               <VersionInfoKeys 
Name="FileVersion">0.24.0.0</VersionInfoKeys>
+                                               <VersionInfoKeys 
Name="FileVersion">0.25.0.0</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="InternalName">DelphiServer</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="LegalCopyright">Copyright © 2012 The Apache Software 
Foundation</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="LegalTrademarks"/>
                                                <VersionInfoKeys 
Name="OriginalFilename">DelphiServer.exe</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="ProductName">Thrift</VersionInfoKeys>
-                                               <VersionInfoKeys 
Name="ProductVersion">0.24.0.0</VersionInfoKeys>
+                                               <VersionInfoKeys 
Name="ProductVersion">0.25.0.0</VersionInfoKeys>
                                                <VersionInfoKeys 
Name="Comments"/>
                                        </VersionInfoKeys>
                                        <Source>
diff --git a/tutorial/netstd/Client/Client.csproj 
b/tutorial/netstd/Client/Client.csproj
index 06c34e25f..851d45d47 100644
--- a/tutorial/netstd/Client/Client.csproj
+++ b/tutorial/netstd/Client/Client.csproj
@@ -24,7 +24,7 @@
     <AssemblyName>Client</AssemblyName>
     <PackageId>Client</PackageId>
     <OutputType>Exe</OutputType>
-    <Version>0.24.0.0</Version>
+    <Version>0.25.0.0</Version>
     <Nullable>enable</Nullable>
     
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
     <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj 
b/tutorial/netstd/Interfaces/Interfaces.csproj
index 9a21394af..303cbf3f2 100644
--- a/tutorial/netstd/Interfaces/Interfaces.csproj
+++ b/tutorial/netstd/Interfaces/Interfaces.csproj
@@ -22,7 +22,7 @@
     <TargetFramework>net10.0</TargetFramework>
     <AssemblyName>Interfaces</AssemblyName>
     <PackageId>Interfaces</PackageId>
-    <Version>0.24.0.0</Version>
+    <Version>0.25.0.0</Version>
     <Nullable>enable</Nullable>
     
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
     <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
diff --git a/tutorial/netstd/Server/Server.csproj 
b/tutorial/netstd/Server/Server.csproj
index d4034301c..29bb24d65 100644
--- a/tutorial/netstd/Server/Server.csproj
+++ b/tutorial/netstd/Server/Server.csproj
@@ -24,7 +24,7 @@
     <AssemblyName>Server</AssemblyName>
     <PackageId>Server</PackageId>
     <OutputType>Exe</OutputType>
-    <Version>0.24.0.0</Version>
+    <Version>0.25.0.0</Version>
     <Nullable>enable</Nullable>
     
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
     <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
diff --git a/tutorial/ocaml/_oasis b/tutorial/ocaml/_oasis
index e1000a580..7e17eead7 100644
--- a/tutorial/ocaml/_oasis
+++ b/tutorial/ocaml/_oasis
@@ -1,5 +1,5 @@
 Name: tutorial
-Version: 0.24.0
+Version: 0.25.0
 OASISFormat: 0.3
 Synopsis: OCaml Tutorial example
 Authors: Apache Thrift Developers <[email protected]>


Reply via email to