-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating version.json and repo version numbers to: 23.0-rc2
- Loading branch information
1 parent
e2bb237
commit 51f51ac
Showing
23 changed files
with
39 additions
and
39 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 |
---|---|---|
|
@@ -93,7 +93,7 @@ if (protobuf_BUILD_SHARED_LIBS) | |
endif () | ||
|
||
# Version metadata | ||
set(protobuf_VERSION_STRING "4.23.0-rc-1") | ||
set(protobuf_VERSION_STRING "4.23.0-rc-2") | ||
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 = "23.0-rc-1" | ||
PROTOBUF_JAVA_VERSION = "3.23.0-RC1" | ||
PROTOBUF_PYTHON_VERSION = "4.23.0rc1" | ||
PROTOBUF_PHP_VERSION = "3.23.0RC1" | ||
PROTOBUF_RUBY_VERSION = "3.23.0.rc.1" | ||
PROTOC_VERSION = "23.0-rc-2" | ||
PROTOBUF_JAVA_VERSION = "3.23.0-RC2" | ||
PROTOBUF_PYTHON_VERSION = "4.23.0rc2" | ||
PROTOBUF_PHP_VERSION = "3.23.0RC2" | ||
PROTOBUF_RUBY_VERSION = "3.23.0.rc.2" |
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 |
---|---|---|
|
@@ -30,4 +30,4 @@ | |
|
||
# Copyright 2007 Google Inc. All Rights Reserved. | ||
|
||
__version__ = '4.23.0rc1' | ||
__version__ = '4.23.0rc2' |
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,17 +1,17 @@ | ||
{ | ||
"23.x": { | ||
"protoc_version": "23.0-dev", | ||
"protoc_version": "23.0-rc2", | ||
"lts": false, | ||
"date": "2023-04-25", | ||
"date": "2023-04-28", | ||
"languages": { | ||
"cpp": "4.23.0-dev", | ||
"csharp": "3.23.0-dev", | ||
"java": "3.23.0-dev", | ||
"javascript": "3.23.0-dev", | ||
"objectivec": "3.23.0-dev", | ||
"php": "3.23.0-dev", | ||
"python": "4.23.0-dev", | ||
"ruby": "3.23.0-dev" | ||
"cpp": "4.23.0-rc2", | ||
"csharp": "3.23.0-rc2", | ||
"java": "3.23.0-rc2", | ||
"javascript": "3.23.0-rc2", | ||
"objectivec": "3.23.0-rc2", | ||
"php": "3.23.0-rc2", | ||
"python": "4.23.0-rc2", | ||
"ruby": "3.23.0-rc2" | ||
} | ||
} | ||
} |