Skip to content

Commit 46bd0be

Browse files
authored
Bump core version to 26.0.0 for upcoming release (grpc#30163)
* bump C-core version * regenerate projects
1 parent 9d6999e commit 46bd0be

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ python_config_settings()
153153
# This should be updated along with build_handwritten.yaml
154154
g_stands_for = "garum" # @unused
155155

156-
core_version = "25.0.0" # @unused
156+
core_version = "26.0.0" # @unused
157157

158158
version = "1.48.0-dev" # @unused
159159

CMakeLists.txt

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515
module GrpcBuildConfig
16-
CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-25.dll'
16+
CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-26.dll'
1717
end

build_handwritten.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ settings:
1212
'#08': Use "-preN" suffixes to identify pre-release versions
1313
'#09': Per-language overrides are possible with (eg) ruby_version tag here
1414
'#10': See the expand_version.py for all the quirks here
15-
core_version: 25.0.0
15+
core_version: 26.0.0
1616
csharp_major_version: 2
1717
g_stands_for: garum
1818
protobuf_version: 3.19.4

src/core/lib/surface/version.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
#include <grpc/grpc.h>
2525

26-
const char* grpc_version_string(void) { return "25.0.0"; }
26+
const char* grpc_version_string(void) { return "26.0.0"; }
2727

2828
const char* grpc_g_stands_for(void) { return "garum"; }

src/objective-c/tests/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
// `tools/buildgen/generate_projects.sh`.
2424

2525
#define GRPC_OBJC_VERSION_STRING @"1.48.0-dev"
26-
#define GRPC_C_VERSION_STRING @"25.0.0"
26+
#define GRPC_C_VERSION_STRING @"26.0.0"

tools/doxygen/Doxyfile.core

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 25.0.0
43+
PROJECT_NUMBER = 26.0.0
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

tools/doxygen/Doxyfile.core.internal

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)