regenerate projects

pull/37941/head
Richard Belleville 1 month ago
parent 8cf6d4fa5a
commit fff3cd3154
  1. 2
      CMakeLists.txt
  2. 2
      Makefile
  3. 2
      src/core/lib/surface/version.cc
  4. 2
      src/objective-c/tests/version.h
  5. 2
      tools/doxygen/Doxyfile.core
  6. 2
      tools/doxygen/Doxyfile.core.internal

2
CMakeLists.txt generated

@ -26,7 +26,7 @@ cmake_minimum_required(VERSION 3.16)
set(PACKAGE_NAME "grpc")
set(PACKAGE_VERSION "1.68.0-dev")
set(gRPC_CORE_VERSION "44.0.0")
set(gRPC_CORE_VERSION "44.1.0")
set(gRPC_CORE_SOVERSION "44")
set(gRPC_CPP_VERSION "1.68.0-dev")
set(gRPC_CPP_SOVERSION "1.68")

2
Makefile generated

@ -367,7 +367,7 @@ E = @echo
Q = @
endif
CORE_VERSION = 44.0.0
CORE_VERSION = 44.1.0
CPP_VERSION = 1.68.0-dev
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))

@ -22,6 +22,6 @@
#include <grpc/grpc.h>
#include <grpc/support/port_platform.h>
const char* grpc_version_string(void) { return "44.0.0"; }
const char* grpc_version_string(void) { return "44.1.0"; }
const char* grpc_g_stands_for(void) { return "groovy"; }

@ -23,4 +23,4 @@
// `tools/buildgen/generate_projects.sh`.
#define GRPC_OBJC_VERSION_STRING @"1.68.0-dev"
#define GRPC_C_VERSION_STRING @"44.0.0"
#define GRPC_C_VERSION_STRING @"44.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 = 44.0.0
PROJECT_NUMBER = 44.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 = 44.0.0
PROJECT_NUMBER = 44.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