Skip to content

Commit 761bb3b

Browse files
authored
Bump version to 1.48.0-dev (on master branch) (grpc#29829)
* bump version to 1.48.0-dev * regenerate projects
1 parent a235ef3 commit 761bb3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+53
-52
lines changed

BUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ config_setting(
151151
python_config_settings()
152152

153153
# This should be updated along with build_handwritten.yaml
154-
g_stands_for = "gridman" # @unused
154+
g_stands_for = "garum" # @unused
155155

156156
core_version = "25.0.0" # @unused
157157

158-
version = "1.47.0-dev" # @unused
158+
version = "1.48.0-dev" # @unused
159159

160160
GPR_PUBLIC_HDRS = [
161161
"include/grpc/support/alloc.h",

CMakeLists.txt

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

Makefile

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

_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/_metadata.py.template`!!!
1616

17-
__version__ = """1.47.0.dev0"""
17+
__version__ = """1.48.0.dev0"""

build_handwritten.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ settings:
1414
'#10': See the expand_version.py for all the quirks here
1515
core_version: 25.0.0
1616
csharp_major_version: 2
17-
g_stands_for: gridman
17+
g_stands_for: garum
1818
protobuf_version: 3.19.4
19-
version: 1.47.0-dev
19+
version: 1.48.0-dev
2020
targets:
2121
- name: gen_hpack_tables
2222
build: tool

config.m4

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

doc/g_stands_for.md

+2-1

gRPC-C++.podspec

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

gRPC-Core.podspec

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

gRPC-ProtoRPC.podspec

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

gRPC-RxLibrary.podspec

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

gRPC.podspec

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

package.xml

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

src/core/lib/surface/version.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525

2626
const char* grpc_version_string(void) { return "25.0.0"; }
2727

28-
const char* grpc_g_stands_for(void) { return "gridman"; }
28+
const char* grpc_g_stands_for(void) { return "garum"; }

src/cpp/common/version_cc.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
#include <grpcpp/support/config.h>
2626

2727
namespace grpc {
28-
std::string Version() { return "1.47.0-dev"; }
28+
std::string Version() { return "1.48.0-dev"; }
2929
} // namespace grpc

src/csharp/build/dependencies.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file is generated -->
22
<Project>
33
<PropertyGroup>
4-
<GrpcCsharpVersion>2.47.0-dev</GrpcCsharpVersion>
4+
<GrpcCsharpVersion>2.48.0-dev</GrpcCsharpVersion>
55
<GoogleProtobufVersion>3.19.4</GoogleProtobufVersion>
66
</PropertyGroup>
77
</Project>

src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
4343
# before them.
4444
s.name = '!ProtoCompiler-gRPCCppPlugin'
45-
v = '1.47.0-dev'
45+
v = '1.48.0-dev'
4646
s.version = v
4747
s.summary = 'The gRPC ProtoC plugin generates C++ files from .proto services.'
4848
s.description = <<-DESC

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
4343
# before them.
4444
s.name = '!ProtoCompiler-gRPCPlugin'
45-
v = '1.47.0-dev'
45+
v = '1.48.0-dev'
4646
s.version = v
4747
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
4848
s.description = <<-DESC

src/objective-c/GRPCClient/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
// instead. This file can be regenerated from the template by running
2323
// `tools/buildgen/generate_projects.sh`.
2424

25-
#define GRPC_OBJC_VERSION_STRING @"1.47.0-dev"
25+
#define GRPC_OBJC_VERSION_STRING @"1.48.0-dev"

src/objective-c/tests/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// instead. This file can be regenerated from the template by running
2323
// `tools/buildgen/generate_projects.sh`.
2424

25-
#define GRPC_OBJC_VERSION_STRING @"1.47.0-dev"
25+
#define GRPC_OBJC_VERSION_STRING @"1.48.0-dev"
2626
#define GRPC_C_VERSION_STRING @"25.0.0"

src/php/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "grpc/grpc-dev",
33
"description": "gRPC library for PHP - for Development use only",
44
"license": "Apache-2.0",
5-
"version": "1.47.0",
5+
"version": "1.48.0",
66
"require": {
77
"php": ">=7.0.0",
88
"google/protobuf": "^v3.3.0"

src/php/ext/grpc/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
#ifndef VERSION_H
2121
#define VERSION_H
2222

23-
#define PHP_GRPC_VERSION "1.47.0dev"
23+
#define PHP_GRPC_VERSION "1.48.0dev"
2424

2525
#endif /* VERSION_H */

src/python/grpcio/grpc/_grpcio_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc/_grpcio_metadata.py.template`!!!
1616

17-
__version__ = """1.47.0.dev0"""
17+
__version__ = """1.48.0.dev0"""

src/python/grpcio/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/python/grpcio_admin/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_admin/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/python/grpcio_channelz/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_channelz/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/python/grpcio_csds/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_csds/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/python/grpcio_health_checking/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/python/grpcio_reflection/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/python/grpcio_status/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_status/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/python/grpcio_testing/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_testing/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/python/grpcio_tests/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'

src/ruby/ext/grpc/extconf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
ENV['CPPFLAGS'] = '-DGPR_BACKWARDS_COMPATIBILITY_MODE'
6262
ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_NAME_SUFFIX="\"RUBY\"" '
63-
ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.47.0.dev\"" '
63+
ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.48.0.dev\"" '
6464

6565
output_dir = File.expand_path(RbConfig::CONFIG['topdir'])
6666
grpc_lib_dir = File.join(output_dir, 'libs', grpc_config)

src/ruby/lib/grpc/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# GRPC contains the General RPC module.
1616
module GRPC
17-
VERSION = '1.47.0.dev'
17+
VERSION = '1.48.0.dev'
1818
end

src/ruby/tools/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module GRPC
1616
module Tools
17-
VERSION = '1.47.0.dev'
17+
VERSION = '1.48.0.dev'
1818
end
1919
end

tools/distrib/python/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'
1818
PROTOBUF_VERSION = '3.19.4'

tools/distrib/python/grpcio_tools/grpc_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
1616

17-
VERSION = '1.47.0.dev0'
17+
VERSION = '1.48.0.dev0'
1818
PROTOBUF_VERSION = '3.19.4'

tools/doxygen/Doxyfile.c++

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242
43-
PROJECT_NUMBER = 1.47.0-dev
43+
PROJECT_NUMBER = 1.48.0-dev
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.c++.internal

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

tools/doxygen/Doxyfile.objc

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

43-
PROJECT_NUMBER = 1.47.0-dev
43+
PROJECT_NUMBER = 1.48.0-dev
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.objc.internal

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

43-
PROJECT_NUMBER = 1.47.0-dev
43+
PROJECT_NUMBER = 1.48.0-dev
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.php

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

43-
PROJECT_NUMBER = 1.47.0-dev
43+
PROJECT_NUMBER = 1.48.0-dev
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

0 commit comments

Comments
 (0)