Bump core version 202302161703 (#32416)

pull/32427/head
Mark D. Roth 2 years ago committed by GitHub
parent d49e151306
commit 6589340efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILD
  2. 2
      CMakeLists.txt
  3. 2
      Makefile
  4. 2
      build_handwritten.yaml
  5. 2
      src/core/lib/surface/version.cc
  6. 2
      src/objective-c/tests/version.h
  7. 2
      tools/doxygen/Doxyfile.core
  8. 2
      tools/doxygen/Doxyfile.core.internal

@ -181,7 +181,7 @@ python_config_settings()
# This should be updated along with build_handwritten.yaml
g_stands_for = "glockenspiel" # @unused
core_version = "30.0.0" # @unused
core_version = "30.1.0" # @unused
version = "1.53.0-dev" # @unused

2
CMakeLists.txt generated

@ -26,7 +26,7 @@ cmake_minimum_required(VERSION 3.8)
set(PACKAGE_NAME "grpc")
set(PACKAGE_VERSION "1.53.0-dev")
set(gRPC_CORE_VERSION "30.0.0")
set(gRPC_CORE_VERSION "30.1.0")
set(gRPC_CORE_SOVERSION "30")
set(gRPC_CPP_VERSION "1.53.0-dev")
set(gRPC_CPP_SOVERSION "1.53")

2
Makefile generated

@ -410,7 +410,7 @@ E = @echo
Q = @
endif
CORE_VERSION = 30.0.0
CORE_VERSION = 30.1.0
CPP_VERSION = 1.53.0-dev
CSHARP_VERSION = 2.53.0-dev

@ -12,7 +12,7 @@ settings:
'#08': Use "-preN" suffixes to identify pre-release versions
'#09': Per-language overrides are possible with (eg) ruby_version tag here
'#10': See the expand_version.py for all the quirks here
core_version: 30.0.0
core_version: 30.1.0
csharp_major_version: 2
g_stands_for: glockenspiel
protobuf_version: 3.21.12

@ -23,6 +23,6 @@
#include <grpc/grpc.h>
const char* grpc_version_string(void) { return "30.0.0"; }
const char* grpc_version_string(void) { return "30.1.0"; }
const char* grpc_g_stands_for(void) { return "glockenspiel"; }

@ -23,4 +23,4 @@
// `tools/buildgen/generate_projects.sh`.
#define GRPC_OBJC_VERSION_STRING @"1.53.0-dev"
#define GRPC_C_VERSION_STRING @"30.0.0"
#define GRPC_C_VERSION_STRING @"30.1.0"

@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 30.0.0
PROJECT_NUMBER = 30.1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 30.0.0
PROJECT_NUMBER = 30.1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

Loading…
Cancel
Save