Skip to content

Commit

Permalink
Updating version.json and repo version numbers to: 27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed May 22, 2024
1 parent f396506 commit a978b75
Show file tree
Hide file tree
Showing 35 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/protocolbuffers/protobuf/issues/14313
module(
name = "protobuf",
version = "27.0-dev", # Automatically updated on release
version = "27.0", # Automatically updated on release
compatibility_level = 1,
repo_name = "com_google_protobuf",
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public enum RuntimeDomain {
public static final int MAJOR = 4;
public static final int MINOR = 27;
public static final int PATCH = 0;
public static final String SUFFIX = "-dev";
public static final String SUFFIX = "";

private static final String VERSION_STRING = versionString(MAJOR, MINOR, PATCH, SUFFIX);
private static final Logger logger = Logger.getLogger(RuntimeVersion.class.getName());
Expand Down
2 changes: 1 addition & 1 deletion python/google/protobuf/runtime_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class VersionError(Exception):
MAJOR = 5
MINOR = 27
PATCH = 0
SUFFIX = '-dev'
SUFFIX = ''


def ValidateProtobufRuntimeVersion(
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/any.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/any.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/api.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/api.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/java/java_features.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/java/java_features.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/plugin.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/plugin.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/google/protobuf/compiler/versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
//
// Please avoid changing them manually, as they should be updated automatically
// by Protobuf release process.
#define PROTOBUF_CPP_VERSION_STRING "5.27.0-dev"
#define PROTOBUF_JAVA_VERSION_STRING "4.27.0-dev"
#define PROTOBUF_PYTHON_VERSION_STRING "5.27.0-dev"
#define PROTOBUF_CPP_VERSION_STRING "5.27.0"
#define PROTOBUF_JAVA_VERSION_STRING "4.27.0"
#define PROTOBUF_PYTHON_VERSION_STRING "5.27.0"


namespace google {
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/cpp_features.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/cpp_features.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/descriptor.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/descriptor.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/duration.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/duration.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/empty.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/empty.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/field_mask.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/field_mask.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/runtime_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
#endif // PROTOBUF_VERSION_SUFFIX

#define PROTOBUF_VERSION 5027000
#define PROTOBUF_VERSION_SUFFIX "-dev"
#define PROTOBUF_VERSION_SUFFIX ""

#endif // GOOGLE_PROTOBUF_RUNTIME_VERSION_H__
2 changes: 1 addition & 1 deletion src/google/protobuf/source_context.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/source_context.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/struct.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/struct.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/stubs/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace internal {
#define GOOGLE_PROTOBUF_VERSION 5027000

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

// Verifies that the protobuf version a program was compiled with matches what
// it is linked/running with. Use the macro below to call this function.
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/timestamp.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/timestamp.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/type.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/type.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/wrappers.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google/protobuf/wrappers.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"27.x": {
"protoc_version": "27.0-dev",
"protoc_version": "27.0",
"lts": false,
"date": "2024-05-14",
"date": "2024-05-22",
"languages": {
"cpp": "5.27.0-dev",
"csharp": "3.27.0-dev",
"java": "4.27.0-dev",
"javascript": "3.27.0-dev",
"objectivec": "3.27.0-dev",
"php": "4.27.0-dev",
"python": "5.27.0-dev",
"ruby": "4.27.0-dev"
"cpp": "5.27.0",
"csharp": "3.27.0",
"java": "4.27.0",
"javascript": "3.27.0",
"objectivec": "3.27.0",
"php": "4.27.0",
"python": "5.27.0",
"ruby": "4.27.0"
}
}
}

0 comments on commit a978b75

Please sign in to comment.