-
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: 21.0
- Loading branch information
1 parent
ec4c19b
commit 59c6ff8
Showing
24 changed files
with
57 additions
and
42 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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ AC_PREREQ(2.59) | |
# In the SVN trunk, the version should always be the next anticipated release | ||
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed | ||
# the size of one file name in the dist tarfile over the 99-char limit.) | ||
AC_INIT([Protocol Buffers],[3.21.0-rc-2],[[email protected]],[protobuf]) | ||
AC_INIT([Protocol Buffers],[3.21.0],[[email protected]],[protobuf]) | ||
|
||
AM_MAINTAINER_MODE([enable]) | ||
|
||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2022-05-19</date> | ||
<time>13:35:18</time> | ||
<date>2022-05-25</date> | ||
<time>13:50:26</time> | ||
<version> | ||
<release>3.21.0RC2</release> | ||
<release>3.21.0</release> | ||
<api>3.21.0</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license> | ||
<notes> | ||
|
@@ -1313,5 +1313,20 @@ G A release. | |
<notes> | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>3.21.0</release> | ||
<api>3.21.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<date>2022-05-25</date> | ||
<time>13:50:26</time> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license> | ||
<notes> | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |
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,3 +1,3 @@ | ||
PROTOC_VERSION = '21.0-rc-2' | ||
PROTOBUF_JAVA_VERSION = '3.21.0-rc-2' | ||
PROTOBUF_PYTHON_VERSION = '4.21.0-rc-2' | ||
PROTOC_VERSION = '21.0' | ||
PROTOBUF_JAVA_VERSION = '3.21.0' | ||
PROTOBUF_PYTHON_VERSION = '4.21.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ | |
|
||
# Copyright 2007 Google Inc. All Rights Reserved. | ||
|
||
__version__ = '4.21.0rc2' | ||
__version__ = '4.21.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
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 @@ | ||
{ | ||
"21.x": { | ||
"protoc_version": "21.0-dev", | ||
"protoc_version": "21.0", | ||
"lts": false, | ||
"date": "2022-05-20", | ||
"date": "2022-05-25", | ||
"languages": { | ||
"cpp": "3.21.0-dev", | ||
"csharp": "3.21.0-dev", | ||
"java": "3.21.0-dev", | ||
"javascript": "3.21.0-dev", | ||
"objectivec": "3.21.0-dev", | ||
"php": "3.21.0-dev", | ||
"python": "4.21.0-dev", | ||
"ruby": "3.21.0-dev" | ||
"cpp": "3.21.0", | ||
"csharp": "3.21.0", | ||
"java": "3.21.0", | ||
"javascript": "3.21.0", | ||
"objectivec": "3.21.0", | ||
"php": "3.21.0", | ||
"python": "4.21.0", | ||
"ruby": "3.21.0" | ||
} | ||
} | ||
} |