Skip to content

Commit

Permalink
Updating version.json and repo version numbers to: 28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Aug 28, 2024
1 parent c9454f4 commit 439c42c
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 @@ -3,7 +3,7 @@

module(
name = "protobuf",
version = "28.0-dev", # Automatically updated on release
version = "28.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 OSS_MAJOR = 4;
public static final int OSS_MINOR = 28;
public static final int OSS_PATCH = 0;
public static final String OSS_SUFFIX = "-dev";
public static final String OSS_SUFFIX = "";

public static final RuntimeDomain DOMAIN = OSS_DOMAIN;
public static final int MAJOR = OSS_MAJOR;
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 @@ -30,7 +30,7 @@ class Domain(Enum):
OSS_MAJOR = 5
OSS_MINOR = 28
OSS_PATCH = 0
OSS_SUFFIX = '-dev'
OSS_SUFFIX = ''

DOMAIN = OSS_DOMAIN
MAJOR = OSS_MAJOR
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.28.0-dev"
#define PROTOBUF_JAVA_VERSION_STRING "4.28.0-dev"
#define PROTOBUF_PYTHON_VERSION_STRING "5.28.0-dev"
#define PROTOBUF_CPP_VERSION_STRING "5.28.0"
#define PROTOBUF_JAVA_VERSION_STRING "4.28.0"
#define PROTOBUF_PYTHON_VERSION_STRING "5.28.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 @@ -19,7 +19,7 @@

// The OSS versions are not stripped to avoid merging conflicts.
#define PROTOBUF_OSS_VERSION 5028000
#define PROTOBUF_OSS_VERSION_SUFFIX "-dev"
#define PROTOBUF_OSS_VERSION_SUFFIX ""

#define PROTOBUF_VERSION PROTOBUF_OSS_VERSION
#define PROTOBUF_VERSION_SUFFIX PROTOBUF_OSS_VERSION_SUFFIX
Expand Down
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 5028000

// 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 @@
{
"28.x": {
"protoc_version": "28.0-dev",
"protoc_version": "28.0",
"lts": false,
"date": "2024-08-22",
"date": "2024-08-28",
"languages": {
"cpp": "5.28.0-dev",
"csharp": "3.28.0-dev",
"java": "4.28.0-dev",
"javascript": "3.28.0-dev",
"objectivec": "3.28.0-dev",
"php": "4.28.0-dev",
"python": "5.28.0-dev",
"ruby": "4.28.0-dev"
"cpp": "5.28.0",
"csharp": "3.28.0",
"java": "4.28.0",
"javascript": "3.28.0",
"objectivec": "3.28.0",
"php": "4.28.0",
"python": "5.28.0",
"ruby": "4.28.0"
}
}
}

0 comments on commit 439c42c

Please sign in to comment.