diff --git a/BUILD b/BUILD index 345c2d483e1..71781794242 100644 --- a/BUILD +++ b/BUILD @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 50db0d02273..bfe81db86d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/Makefile b/Makefile index 344731eec5f..de6eefa8291 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/build_handwritten.yaml b/build_handwritten.yaml index 05e0c9877c0..be4f9a6f5cb 100644 --- a/build_handwritten.yaml +++ b/build_handwritten.yaml @@ -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 diff --git a/src/core/lib/surface/version.cc b/src/core/lib/surface/version.cc index 6a0ce5c7255..57224a52e42 100644 --- a/src/core/lib/surface/version.cc +++ b/src/core/lib/surface/version.cc @@ -23,6 +23,6 @@ #include -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"; } diff --git a/src/objective-c/tests/version.h b/src/objective-c/tests/version.h index 01b99dda3f8..57e0e2013a4 100644 --- a/src/objective-c/tests/version.h +++ b/src/objective-c/tests/version.h @@ -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" diff --git a/tools/doxygen/Doxyfile.core b/tools/doxygen/Doxyfile.core index db888f5c3e7..df297b2bdcc 100644 --- a/tools/doxygen/Doxyfile.core +++ b/tools/doxygen/Doxyfile.core @@ -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 diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index f3cdcd87d02..9f561b23be5 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -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