Skip to content

Commit 2b40625

Browse files
Updating version.json and repo version numbers to: 22.0-rc1
1 parent 96ecd25 commit 2b40625

35 files changed

+71
-71
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if (protobuf_BUILD_SHARED_LIBS)
9898
endif ()
9999

100100
# Version metadata
101-
set(protobuf_VERSION_STRING "3.21.4")
101+
set(protobuf_VERSION_STRING "4.22.0-rc-1")
102102
set(protobuf_DESCRIPTION "Protocol Buffers")
103103
set(protobuf_CONTACT "[email protected]")
104104

Protobuf-C++.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Protobuf-C++'
3-
s.version = '3.21.12'
3+
s.version = '4.22.0-rc1'
44
s.summary = 'Protocol Buffers v3 runtime library for C++.'
55
s.homepage = 'https://github.com/google/protobuf'
66
s.license = 'BSD-3-Clause'

Protobuf.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# dependent projects use the :git notation to refer to the library.
66
Pod::Spec.new do |s|
77
s.name = 'Protobuf'
8-
s.version = '3.21.12'
8+
s.version = '3.22.0-rc1'
99
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
1010
s.homepage = 'https://github.com/protocolbuffers/protobuf'
1111
s.license = 'BSD-3-Clause'

csharp/Google.Protobuf.Tools.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Google Protocol Buffers tools</title>
66
<summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
77
<description>See project site for more info.</description>
8-
<version>3.21.12</version>
8+
<version>3.22.0-rc1</version>
99
<authors>Google Inc.</authors>
1010
<owners>protobuf-packages</owners>
1111
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/main/LICENSE</licenseUrl>

csharp/src/Google.Protobuf/Google.Protobuf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description>
66
<Copyright>Copyright 2015, Google Inc.</Copyright>
77
<AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
8-
<VersionPrefix>3.21.12</VersionPrefix>
8+
<VersionPrefix>3.22.0-rc1</VersionPrefix>
99
<LangVersion>10.0</LangVersion>
1010
<Authors>Google Inc.</Authors>
1111
<TargetFrameworks>netstandard1.1;netstandard2.0;net45;net50</TargetFrameworks>

java/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven, use the following:
2323
<dependency>
2424
<groupId>com.google.protobuf</groupId>
2525
<artifactId>protobuf-java</artifactId>
26-
<version>3.21.12</version>
26+
<version>3.22.0-rc-1</version>
2727
</dependency>
2828
```
2929

@@ -37,14 +37,14 @@ protobuf-java-util package:
3737
<dependency>
3838
<groupId>com.google.protobuf</groupId>
3939
<artifactId>protobuf-java-util</artifactId>
40-
<version>3.21.12</version>
40+
<version>3.22.0-rc-1</version>
4141
</dependency>
4242
```
4343

4444
### Gradle
4545

4646
If you are using Gradle, add the following to your `build.gradle` file's
47-
dependencies: `implementation 'com.google.protobuf:protobuf-java:3.21.12'`
47+
dependencies: `implementation 'com.google.protobuf:protobuf-java:3.22.0-rc-1'`
4848
Again, be sure to check that the version number matches (or is newer than) the
4949
version number of protoc that you are using.
5050

java/bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-bom</artifactId>
7-
<version>3.21.12</version>
7+
<version>3.22.0-rc-1</version>
88
<packaging>pom</packaging>
99

1010
<name>Protocol Buffers [BOM]</name>

java/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.21.12</version>
7+
<version>3.22.0-rc-1</version>
88
</parent>
99

1010
<artifactId>protobuf-java</artifactId>

java/kotlin-lite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.21.12</version>
7+
<version>3.22.0-rc-1</version>
88
</parent>
99

1010
<artifactId>protobuf-kotlin-lite</artifactId>

java/kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.21.12</version>
7+
<version>3.22.0-rc-1</version>
88
</parent>
99

1010
<artifactId>protobuf-kotlin</artifactId>

java/lite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protobuf Java Lite runtime. If you are using Maven, include the following:
2929
<dependency>
3030
<groupId>com.google.protobuf</groupId>
3131
<artifactId>protobuf-javalite</artifactId>
32-
<version>3.21.12</version>
32+
<version>3.22.0-rc-1</version>
3333
</dependency>
3434
```
3535

java/lite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.21.12</version>
7+
<version>3.22.0-rc-1</version>
88
</parent>
99

1010
<artifactId>protobuf-javalite</artifactId>

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.21.12</version>
7+
<version>3.22.0-rc-1</version>
88
<packaging>pom</packaging>
99

1010
<name>Protocol Buffers [Parent]</name>

java/protoc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.google.protobuf</groupId>
1010
<artifactId>protoc</artifactId>
11-
<version>3.21.6</version>
11+
<version>3.22.0-rc-1</version>
1212
<packaging>pom</packaging>
1313
<name>Protobuf Compiler</name>
1414
<description>

java/util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.21.12</version>
7+
<version>3.22.0-rc-1</version>
88
</parent>
99

1010
<artifactId>protobuf-java-util</artifactId>

php/ext/google/protobuf/protobuf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_setter, 0, 0, 1)
127127
ZEND_ARG_INFO(0, value)
128128
ZEND_END_ARG_INFO()
129129

130-
#define PHP_PROTOBUF_VERSION "3.21.12"
130+
#define PHP_PROTOBUF_VERSION "3.22.0RC1"
131131

132132
// ptr -> PHP object cache. This is a weak map that caches lazily-created
133133
// wrapper objects around upb types:

protobuf_version.bzl

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PROTOC_VERSION = "21.12"
2-
PROTOBUF_JAVA_VERSION = "3.21.12"
3-
PROTOBUF_PYTHON_VERSION = "4.21.12"
4-
PROTOBUF_PHP_VERSION = "3.21.12"
5-
PROTOBUF_RUBY_VERSION = "3.21.12"
1+
PROTOC_VERSION = "22.0-rc-1"
2+
PROTOBUF_JAVA_VERSION = "3.22.0-RC1"
3+
PROTOBUF_PYTHON_VERSION = "4.22.0rc1"
4+
PROTOBUF_PHP_VERSION = "3.22.0RC1"
5+
PROTOBUF_RUBY_VERSION = "4.22.0RC1"

python/google/protobuf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
# Copyright 2007 Google Inc. All Rights Reserved.
3232

33-
__version__ = '4.21.12'
33+
__version__ = '4.22.0rc1'

ruby/google-protobuf.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "google-protobuf"
3-
s.version = "3.21.12"
3+
s.version = "4.22.0.rc.1"
44
git_tag = "v#{s.version.to_s.sub('.rc.', '-rc')}" # Converts X.Y.Z.rc.N to vX.Y.Z-rcN, used for the git tag
55
s.licenses = ["BSD-3-Clause"]
66
s.summary = "Protocol Buffers"

ruby/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.google.protobuf.jruby</groupId>
1111
<artifactId>protobuf-jruby</artifactId>
12-
<version>3.21.12</version>
12+
<version>4.22.0-rc-1</version>
1313
<name>Protocol Buffer JRuby native extension</name>
1414
<description>
1515
Protocol Buffers are a way of encoding structured data in an efficient yet
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.protobuf</groupId>
7878
<artifactId>protobuf-java-util</artifactId>
79-
<version>3.21.12</version>
79+
<version>4.22.0-rc-1</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.jruby</groupId>

src/google/protobuf/any.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/api.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/compiler/plugin.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/descriptor.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/duration.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/empty.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/field_mask.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/port_def.inc

+5-5
Original file line numberDiff line numberDiff line change
@@ -213,22 +213,22 @@ static_assert(PROTOBUF_CPLUSPLUS_MIN(201402L), "Protobuf only supports C++14 and
213213
#ifdef PROTOBUF_VERSION
214214
#error PROTOBUF_VERSION was previously defined
215215
#endif
216-
#define PROTOBUF_VERSION 3021012
216+
#define PROTOBUF_VERSION 4022000
217217

218218
#ifdef PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC
219219
#error PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC was previously defined
220220
#endif
221-
#define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 3021000
221+
#define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 4022000
222222

223223
#ifdef PROTOBUF_MIN_PROTOC_VERSION
224224
#error PROTOBUF_MIN_PROTOC_VERSION was previously defined
225225
#endif
226-
#define PROTOBUF_MIN_PROTOC_VERSION 3021000
226+
#define PROTOBUF_MIN_PROTOC_VERSION 4022000
227227

228228
#ifdef PROTOBUF_VERSION_SUFFIX
229229
#error PROTOBUF_VERSION_SUFFIX was previously defined
230230
#endif
231-
#define PROTOBUF_VERSION_SUFFIX ""
231+
#define PROTOBUF_VERSION_SUFFIX "-rc1"
232232

233233
#if defined(PROTOBUF_NAMESPACE) || defined(PROTOBUF_NAMESPACE_ID)
234234
#error PROTOBUF_NAMESPACE or PROTOBUF_NAMESPACE_ID was previously defined
@@ -428,7 +428,7 @@ static_assert(PROTOBUF_CPLUSPLUS_MIN(201402L), "Protobuf only supports C++14 and
428428

429429
// The minimum library version which works with the current version of the
430430
// headers.
431-
#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 3021000
431+
#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 4022000
432432

433433
#ifdef PROTOBUF_RTTI
434434
#error PROTOBUF_RTTI was previously defined

src/google/protobuf/source_context.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/struct.pb.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)