[Release] Bump core version in preparation for 1.68 Branch Cut (#37941)

Generated by release tooling.

Closes #37941

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37941 from gnossen:bump_core_version_202410170917 fff3cd3154
PiperOrigin-RevId: 688223355
pull/37933/head^2
Richard Belleville 4 months ago committed by Copybara-Service
parent 3ef7b76a0d
commit c3e83b8efd
  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

@ -209,7 +209,7 @@ python_config_settings()
# This should be updated along with build_handwritten.yaml
g_stands_for = "groovy" # @unused
core_version = "44.0.0" # @unused
core_version = "44.1.0" # @unused
version = "1.68.0-dev" # @unused

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))

@ -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: 44.0.0
core_version: 44.1.0
csharp_major_version: 2
g_stands_for: groovy
protobuf_version: 3.28.1

@ -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