Skip to content

Commit

Permalink
regenerate projects
Browse files Browse the repository at this point in the history
  • Loading branch information
gnossen committed Oct 17, 2024
1 parent 8cf6d4f commit fff3cd3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/lib/surface/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"; }
2 changes: 1 addition & 1 deletion src/objective-c/tests/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/doxygen/Doxyfile.core

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/doxygen/Doxyfile.core.internal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fff3cd3

Please sign in to comment.