Skip to content

Commit 8a1cdb1

Browse files
Updating version.json and repo version numbers to: 26.0-rc3
1 parent 99c55ba commit 8a1cdb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+67
-67
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (protobuf_BUILD_SHARED_LIBS)
7979
endif ()
8080

8181
# Version metadata
82-
set(protobuf_VERSION_STRING "5.26.0")
82+
set(protobuf_VERSION_STRING "5.26.0-rc-3")
8383
set(protobuf_DESCRIPTION "Protocol Buffers")
8484
set(protobuf_CONTACT "[email protected]")
8585

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 = '5.26.0'
3+
s.version = '5.26.0-rc3'
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.26.0'
8+
s.version = '3.26.0-rc3'
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.26.0</version>
8+
<version>3.26.0-rc3</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.26.0</VersionPrefix>
8+
<VersionPrefix>3.26.0-rc3</VersionPrefix>
99
<LangVersion>10.0</LangVersion>
1010
<Authors>Google Inc.</Authors>
1111
<TargetFrameworks>netstandard1.1;netstandard2.0;net45;net50</TargetFrameworks>

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>4.26.0</version>
7+
<version>4.26.0-RC3</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>4.26.0</version>
7+
<version>4.26.0-RC3</version>
88
</parent>
99

1010
<artifactId>protobuf-java</artifactId>

java/core/src/main/java/com/google/protobuf/RuntimeVersion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public enum RuntimeDomain {
2929
public static final int MAJOR = 4;
3030
public static final int MINOR = 26;
3131
public static final int PATCH = 0;
32-
public static final String SUFFIX = "-dev";
32+
public static final String SUFFIX = "-rc3";
3333

3434
private static final String VERSION_STRING = versionString(MAJOR, MINOR, PATCH, SUFFIX);
3535
private static final Logger logger = Logger.getLogger(RuntimeVersion.class.getName());

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>4.26.0</version>
7+
<version>4.26.0-RC3</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>4.26.0</version>
7+
<version>4.26.0-RC3</version>
88
</parent>
99

1010
<artifactId>protobuf-kotlin</artifactId>

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>4.26.0</version>
7+
<version>4.26.0-RC3</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>4.26.0</version>
7+
<version>4.26.0-RC3</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>4.26.0</version>
11+
<version>4.26.0-RC3</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>4.26.0</version>
7+
<version>4.26.0-RC3</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
@@ -32,7 +32,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_setter, 0, 0, 1)
3232
ZEND_ARG_INFO(0, value)
3333
ZEND_END_ARG_INFO()
3434

35-
#define PHP_PROTOBUF_VERSION "4.26.0"
35+
#define PHP_PROTOBUF_VERSION "4.26.0RC3"
3636

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

protobuf_version.bzl

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" Contains version numbers to be used in other bzl files """
2-
PROTOC_VERSION = "26.0"
3-
PROTOBUF_JAVA_VERSION = "4.26.0"
4-
PROTOBUF_PYTHON_VERSION = "5.26.0"
5-
PROTOBUF_PHP_VERSION = "4.26.0"
6-
PROTOBUF_RUBY_VERSION = "4.26.0"
2+
PROTOC_VERSION = "26.0-rc-3"
3+
PROTOBUF_JAVA_VERSION = "4.26.0-RC3"
4+
PROTOBUF_PYTHON_VERSION = "5.26.0rc3"
5+
PROTOBUF_PHP_VERSION = "4.26.0RC3"
6+
PROTOBUF_RUBY_VERSION = "4.26.0.rc.3"

python/google/protobuf/__init__.py

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

88
# Copyright 2007 Google Inc. All Rights Reserved.
99

10-
__version__ = '5.26.0'
10+
__version__ = '5.26.0rc3'

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 = "4.26.0"
3+
s.version = "4.26.0.rc.3"
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>4.26.0</version>
12+
<version>4.26.0-RC3</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>4.26.0</version>
79+
<version>4.26.0-RC3</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.jruby</groupId>

src/google/protobuf/any.pb.cc

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

src/google/protobuf/any.pb.h

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

src/google/protobuf/api.pb.cc

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

src/google/protobuf/api.pb.h

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

src/google/protobuf/compiler/java/java_features.pb.cc

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

src/google/protobuf/compiler/java/java_features.pb.h

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

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

+1-1
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

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

src/google/protobuf/compiler/versions.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
//
5454
// Please avoid changing them manually, as they should be updated automatically
5555
// by Protobuf release process.
56-
#define PROTOBUF_CPP_VERSION_STRING "5.26.0-dev"
57-
#define PROTOBUF_JAVA_VERSION_STRING "4.26.0-dev"
58-
#define PROTOBUF_PYTHON_VERSION_STRING "5.26.0-dev"
56+
#define PROTOBUF_CPP_VERSION_STRING "5.26.0-rc3"
57+
#define PROTOBUF_JAVA_VERSION_STRING "4.26.0-rc3"
58+
#define PROTOBUF_PYTHON_VERSION_STRING "5.26.0-rc3"
5959

6060

6161
namespace google {

src/google/protobuf/cpp_features.pb.cc

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

src/google/protobuf/cpp_features.pb.h

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

src/google/protobuf/descriptor.pb.cc

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

src/google/protobuf/descriptor.pb.h

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

src/google/protobuf/duration.pb.cc

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

src/google/protobuf/duration.pb.h

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

src/google/protobuf/empty.pb.cc

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

src/google/protobuf/empty.pb.h

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

src/google/protobuf/field_mask.pb.cc

+1-1
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

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

src/google/protobuf/port_def.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ static_assert(PROTOBUF_ABSL_MIN(20230125, 3),
175175
#ifdef PROTOBUF_VERSION_SUFFIX
176176
#error PROTOBUF_VERSION_SUFFIX was previously defined
177177
#endif
178-
#define PROTOBUF_VERSION_SUFFIX "-dev"
178+
#define PROTOBUF_VERSION_SUFFIX "-rc3"
179179

180180
#ifdef PROTOBUF_MINIMUM_EDITION
181181
#error PROTOBUF_MINIMUM_EDITION was previously defined

src/google/protobuf/source_context.pb.cc

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

src/google/protobuf/source_context.pb.h

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

src/google/protobuf/struct.pb.cc

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

src/google/protobuf/struct.pb.h

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

src/google/protobuf/stubs/common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace internal {
4848
#define GOOGLE_PROTOBUF_VERSION 5026000
4949

5050
// A suffix string for alpha, beta or rc releases. Empty for stable releases.
51-
#define GOOGLE_PROTOBUF_VERSION_SUFFIX "-dev"
51+
#define GOOGLE_PROTOBUF_VERSION_SUFFIX "-rc3"
5252

5353
// Verifies that the protobuf version a program was compiled with matches what
5454
// it is linked/running with. Use the macro below to call this function.

src/google/protobuf/timestamp.pb.cc

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

0 commit comments

Comments
 (0)