Updating version.json and repo version numbers to: 27.4

pull/17986/head v3.27.4
Protobuf Team Bot 3 months ago
parent 1efed95440
commit 80d48ae92d
  1. 2
      MODULE.bazel
  2. 2
      java/core/src/main/java/com/google/protobuf/RuntimeVersion.java
  3. 2
      python/google/protobuf/runtime_version.py
  4. 2
      src/google/protobuf/any.pb.cc
  5. 2
      src/google/protobuf/any.pb.h
  6. 2
      src/google/protobuf/api.pb.cc
  7. 2
      src/google/protobuf/api.pb.h
  8. 2
      src/google/protobuf/compiler/java/java_features.pb.cc
  9. 2
      src/google/protobuf/compiler/java/java_features.pb.h
  10. 2
      src/google/protobuf/compiler/plugin.pb.cc
  11. 2
      src/google/protobuf/compiler/plugin.pb.h
  12. 6
      src/google/protobuf/compiler/versions.h
  13. 2
      src/google/protobuf/cpp_features.pb.cc
  14. 2
      src/google/protobuf/cpp_features.pb.h
  15. 2
      src/google/protobuf/descriptor.pb.cc
  16. 2
      src/google/protobuf/descriptor.pb.h
  17. 2
      src/google/protobuf/duration.pb.cc
  18. 2
      src/google/protobuf/duration.pb.h
  19. 2
      src/google/protobuf/empty.pb.cc
  20. 2
      src/google/protobuf/empty.pb.h
  21. 2
      src/google/protobuf/field_mask.pb.cc
  22. 2
      src/google/protobuf/field_mask.pb.h
  23. 2
      src/google/protobuf/runtime_version.h
  24. 2
      src/google/protobuf/source_context.pb.cc
  25. 2
      src/google/protobuf/source_context.pb.h
  26. 2
      src/google/protobuf/struct.pb.cc
  27. 2
      src/google/protobuf/struct.pb.h
  28. 2
      src/google/protobuf/stubs/common.h
  29. 2
      src/google/protobuf/timestamp.pb.cc
  30. 2
      src/google/protobuf/timestamp.pb.h
  31. 2
      src/google/protobuf/type.pb.cc
  32. 2
      src/google/protobuf/type.pb.h
  33. 2
      src/google/protobuf/wrappers.pb.cc
  34. 2
      src/google/protobuf/wrappers.pb.h
  35. 20
      version.json

@ -2,7 +2,7 @@
# https://github.com/protocolbuffers/protobuf/issues/14313
module(
name = "protobuf",
version = "27.4-dev", # Automatically updated on release
version = "27.4", # Automatically updated on release
compatibility_level = 1,
repo_name = "com_google_protobuf",
)

@ -29,7 +29,7 @@ public final class RuntimeVersion {
public static final int MAJOR = 4;
public static final int MINOR = 27;
public static final int PATCH = 4;
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());

@ -32,7 +32,7 @@ DOMAIN = Domain.PUBLIC
MAJOR = 5
MINOR = 27
PATCH = 4
SUFFIX = '-dev'
SUFFIX = ''
def ValidateProtobufRuntimeVersion(

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/any.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/any.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/any.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fany_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fany_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/api.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/api.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/api.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fapi_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fapi_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/compiler/java/java_features.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/compiler/java/java_features.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/compiler/java/java_features.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fcompiler_2fjava_2fjava_5ffeatures_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fcompiler_2fjava_2fjava_5ffeatures_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/compiler/plugin.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/compiler/plugin.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/compiler/plugin.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fcompiler_2fplugin_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fcompiler_2fplugin_2eproto_2epb_2eh

@ -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.4-dev"
#define PROTOBUF_JAVA_VERSION_STRING "4.27.4-dev"
#define PROTOBUF_PYTHON_VERSION_STRING "5.27.4-dev"
#define PROTOBUF_CPP_VERSION_STRING "5.27.4"
#define PROTOBUF_JAVA_VERSION_STRING "4.27.4"
#define PROTOBUF_PYTHON_VERSION_STRING "5.27.4"
namespace google {

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/cpp_features.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/cpp_features.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/cpp_features.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fcpp_5ffeatures_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fcpp_5ffeatures_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/descriptor.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/descriptor.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/descriptor.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fdescriptor_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fdescriptor_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/duration.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/duration.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/duration.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fduration_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fduration_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/empty.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/empty.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/empty.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fempty_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fempty_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/field_mask.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/field_mask.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/field_mask.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ffield_5fmask_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ffield_5fmask_2eproto_2epb_2eh

@ -10,6 +10,6 @@
#endif // PROTOBUF_VERSION_SUFFIX
#define PROTOBUF_VERSION 5027004
#define PROTOBUF_VERSION_SUFFIX "-dev"
#define PROTOBUF_VERSION_SUFFIX ""
#endif // GOOGLE_PROTOBUF_RUNTIME_VERSION_H__

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/source_context.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/source_context.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/source_context.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fsource_5fcontext_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fsource_5fcontext_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/struct.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/struct.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/struct.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fstruct_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fstruct_2eproto_2epb_2eh

@ -48,7 +48,7 @@ namespace internal {
#define GOOGLE_PROTOBUF_VERSION 5027004
// 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.

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/timestamp.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/timestamp.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/timestamp.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ftimestamp_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ftimestamp_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/type.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/type.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/type.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ftype_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ftype_2eproto_2epb_2eh

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/wrappers.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#include "google/protobuf/wrappers.pb.h"

@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/wrappers.proto
// Protobuf C++ Version: 5.27.4-dev
// Protobuf C++ Version: 5.27.4
#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto_2epb_2eh

@ -1,17 +1,17 @@
{
"27.x": {
"protoc_version": "27.4-dev",
"protoc_version": "27.4",
"lts": false,
"date": "2024-07-31",
"date": "2024-08-27",
"languages": {
"cpp": "5.27.4-dev",
"csharp": "3.27.4-dev",
"java": "4.27.4-dev",
"javascript": "3.27.4-dev",
"objectivec": "3.27.4-dev",
"php": "4.27.4-dev",
"python": "5.27.4-dev",
"ruby": "4.27.4-dev"
"cpp": "5.27.4",
"csharp": "3.27.4",
"java": "4.27.4",
"javascript": "3.27.4",
"objectivec": "3.27.4",
"php": "4.27.4",
"python": "5.27.4",
"ruby": "4.27.4"
}
}
}
Loading…
Cancel
Save