Sha256: 8f3666ccbe459e03356ce0668a8db42fd421993964d0735dbf67f9c20e8863fa
Contents?: true
Size: 876 Bytes
Versions: 4
Compression:
Stored size: 876 Bytes
Contents
/* * * Copyright 2015 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /* This file is autogenerated from: templates/src/core/surface/version.c.template */ #include <grpc/support/port_platform.h> #include <grpc/grpc.h> const char* grpc_version_string(void) { return "6.0.0"; } const char* grpc_g_stands_for(void) { return "gorgeous"; }
Version data entries
4 entries across 4 versions & 3 rubygems
Version | Path |
---|---|
grpc-z-1.11.1 | src/core/lib/surface/version.cc |
grpc-flamingo-1.11.0 | src/core/lib/surface/version.cc |
grpc-1.11.1 | src/core/lib/surface/version.cc |
grpc-1.11.0 | src/core/lib/surface/version.cc |