Skip to content

Commit 2434ef2

Browse files
Updating version.json and repo version numbers to: 26.1
1 parent 49253b1 commit 2434ef2

33 files changed

+44
-44
lines changed

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

Lines changed: 1 addition & 1 deletion
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 = 1;
32-
public static final String SUFFIX = "-dev";
32+
public static final String SUFFIX = "";
3333

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

src/google/protobuf/any.pb.cc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/any.pb.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/api.pb.cc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/api.pb.h

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/compiler/versions.h

Lines changed: 3 additions & 3 deletions
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.1-dev"
57-
#define PROTOBUF_JAVA_VERSION_STRING "4.26.1-dev"
58-
#define PROTOBUF_PYTHON_VERSION_STRING "5.26.1-dev"
56+
#define PROTOBUF_CPP_VERSION_STRING "5.26.1"
57+
#define PROTOBUF_JAVA_VERSION_STRING "4.26.1"
58+
#define PROTOBUF_PYTHON_VERSION_STRING "5.26.1"
5959

6060

6161
namespace google {

0 commit comments

Comments
 (0)