From 16b9f254ed084a63bd58b0cf8a2e32b44e775b87 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Wed, 4 Dec 2024 17:24:11 +0000 Subject: [PATCH] regenerate projects --- CMakeLists.txt | 2 +- Makefile | 2 +- src/core/lib/surface/version.cc | 2 +- src/objective-c/tests/version.h | 2 +- tools/doxygen/Doxyfile.core | 2 +- tools/doxygen/Doxyfile.core.internal | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbe35f0f19db3..bf560733e432e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ cmake_minimum_required(VERSION 3.16) set(PACKAGE_NAME "grpc") set(PACKAGE_VERSION "1.69.0-dev") -set(gRPC_CORE_VERSION "44.1.0") +set(gRPC_CORE_VERSION "44.2.0") set(gRPC_CORE_SOVERSION "44") set(gRPC_CPP_VERSION "1.69.0-dev") set(gRPC_CPP_SOVERSION "1.69") diff --git a/Makefile b/Makefile index 9383c5fe2fb54..6fa5dd17ef2ee 100644 --- a/Makefile +++ b/Makefile @@ -367,7 +367,7 @@ E = @echo Q = @ endif -CORE_VERSION = 44.1.0 +CORE_VERSION = 44.2.0 CPP_VERSION = 1.69.0-dev CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES)) diff --git a/src/core/lib/surface/version.cc b/src/core/lib/surface/version.cc index 858778b6f75f2..d640e7497525b 100644 --- a/src/core/lib/surface/version.cc +++ b/src/core/lib/surface/version.cc @@ -22,6 +22,6 @@ #include #include -const char* grpc_version_string(void) { return "44.1.0"; } +const char* grpc_version_string(void) { return "44.2.0"; } const char* grpc_g_stands_for(void) { return "gridiron"; } diff --git a/src/objective-c/tests/version.h b/src/objective-c/tests/version.h index 9f320b7f1a2f6..3a4d34b9b8a08 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.69.0-dev" -#define GRPC_C_VERSION_STRING @"44.1.0" +#define GRPC_C_VERSION_STRING @"44.2.0" diff --git a/tools/doxygen/Doxyfile.core b/tools/doxygen/Doxyfile.core index 0177120f3a02f..1c32d4eec790a 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 = 44.1.0 +PROJECT_NUMBER = 44.2.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 946939f62f213..1de2b3ef26289 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 = 44.1.0 +PROJECT_NUMBER = 44.2.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