Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added version macros to gRPC C++ #31033

Merged
merged 1 commit into from Nov 7, 2022
Merged

Added version macros to gRPC C++ #31033

merged 1 commit into from Nov 7, 2022

Conversation

veblush
Copy link
Contributor

@veblush veblush commented Sep 16, 2022

Per L102: New gRPC C++ version macros, following macros are added.

  • GRPC_CPP_VERSION_MAJOR: Major version part (e.g. 1)
  • GRPC_CPP_VERSION_MINOR: Minor version part (e.g. 46)
  • GRPC_CPP_VERSION_PATCH: Patch version part (e.g. 1)
  • GRPC_CPP_VERSION_TAG: Tag version part (e.g. empty or rc0)
  • GRPC_CPP_VERSION_STRING: Whole version string (1.46.1-rc0)

@veblush veblush marked this pull request as ready for review October 27, 2022 23:16
@veblush veblush added release notes: yes Indicates if PR needs to be in release notes and removed release notes: no Indicates if PR should not be in release notes labels Oct 27, 2022
@veblush veblush changed the title Added version macros Added version macros to gRPC C++ Oct 27, 2022
@veblush veblush merged commit 8696d49 into grpc:master Nov 7, 2022
@copybara-service copybara-service bot added the imported Specifies if the PR has been imported to the internal repository label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bloat/none imported Specifies if the PR has been imported to the internal repository lang/c++ per-call-memory/neutral per-channel-memory/neutral release notes: yes Indicates if PR needs to be in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants