forked from protocolbuffers/protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge 25.x to main (protocolbuffers#14617)
Closes protocolbuffers#14617 COPYBARA_INTEGRATE_REVIEW=protocolbuffers#14617 from anandolee:25.x ac86c5e PiperOrigin-RevId: 578996979
- Loading branch information
1 parent
1c54920
commit 1231af1
Showing
26 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ if (protobuf_BUILD_SHARED_LIBS) | |
endif () | ||
|
||
# Version metadata | ||
set(protobuf_VERSION_STRING "4.24.0") | ||
set(protobuf_VERSION_STRING "4.25.0") | ||
set(protobuf_DESCRIPTION "Protocol Buffers") | ||
set(protobuf_CONTACT "[email protected]") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
""" Contains version numbers to be used in other bzl files """ | ||
PROTOC_VERSION = "24.0" | ||
PROTOBUF_JAVA_VERSION = "3.24.0" | ||
PROTOBUF_PYTHON_VERSION = "4.24.0" | ||
PROTOBUF_PHP_VERSION = "3.24.0" | ||
PROTOBUF_RUBY_VERSION = "3.24.0" | ||
PROTOC_VERSION = "25.0" | ||
PROTOBUF_JAVA_VERSION = "3.25.0" | ||
PROTOBUF_PYTHON_VERSION = "4.25.0" | ||
PROTOBUF_PHP_VERSION = "3.25.0" | ||
PROTOBUF_RUBY_VERSION = "3.25.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
|
||
# Copyright 2007 Google Inc. All Rights Reserved. | ||
|
||
__version__ = '4.24.0' | ||
__version__ = '4.25.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"main": { | ||
"protoc_version": "26-dev", | ||
"lts": false, | ||
"date": "2023-10-16", | ||
"languages": { | ||
"cpp": "4.26-dev", | ||
"csharp": "3.26-dev", | ||
"java": "3.26-dev", | ||
"javascript": "3.26-dev", | ||
"objectivec": "3.26-dev", | ||
"php": "3.26-dev", | ||
"python": "4.26-dev", | ||
"ruby": "3.26-dev" | ||
} | ||
"25.x": { | ||
"protoc_version": "25.0-dev", | ||
"lts": false, | ||
"date": "2023-11-01", | ||
"languages": { | ||
"cpp": "4.25.0-dev", | ||
"csharp": "3.25.0-dev", | ||
"java": "3.25.0-dev", | ||
"javascript": "3.25.0-dev", | ||
"objectivec": "3.25.0-dev", | ||
"php": "3.25.0-dev", | ||
"python": "4.25.0-dev", | ||
"ruby": "3.25.0-dev" | ||
} | ||
} | ||
} | ||
} |