Flagging the release.

pull/5236/head
Nicolas "Pixel" Noble 9 years ago
parent 10a4cc74a1
commit 7a925f7f5e
  1. 2
      Makefile
  2. 3
      build.yaml
  3. 2
      package.json
  4. 2
      src/core/surface/version.c
  5. 2
      src/csharp/Grpc.Core/VersionInfo.cs
  6. 2
      src/csharp/build_packages.bat
  7. 2
      src/python/grpcio/grpc_version.py
  8. 2
      src/ruby/lib/grpc/version.rb
  9. 2
      tools/doxygen/Doxyfile.c++
  10. 2
      tools/doxygen/Doxyfile.c++.internal
  11. 2
      tools/doxygen/Doxyfile.core
  12. 2
      tools/doxygen/Doxyfile.core.internal

@ -361,7 +361,7 @@ E = @echo
Q = @
endif
VERSION = 0.13.0-pre1
VERSION = 0.13.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)

@ -7,8 +7,7 @@ settings:
'#3': Use "-preN" suffixes to identify pre-release versions
'#4': Per-language overrides are possible with (eg) ruby_version tag here
'#5': See the expand_version.py for all the quirks here
python_version: 0.13.0-pre2
version: 0.13.0-pre1
version: 0.13.0
filegroups:
- name: census
public_headers:

@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "0.13.0-pre1",
"version": "0.13.0",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/",

@ -36,4 +36,4 @@
#include <grpc/grpc.h>
const char *grpc_version_string(void) { return "0.13.0-pre1"; }
const char *grpc_version_string(void) { return "0.13.0"; }

@ -46,6 +46,6 @@ namespace Grpc.Core
/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "0.13.0-pre1";
public const string CurrentVersion = "0.13.0";
}
}

@ -1,7 +1,7 @@
@rem Builds gRPC NuGet packages
@rem Current package versions
set VERSION=0.13.0-pre1
set VERSION=0.13.0
set PROTOBUF_VERSION=3.0.0-beta2
@rem Packages that depend on prerelease packages (like Google.Protobuf) need to have prerelease suffix as well.

@ -29,4 +29,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!!
VERSION='0.13.0rc2'
VERSION='0.13.0'

@ -29,5 +29,5 @@
# GRPC contains the General RPC module.
module GRPC
VERSION = '0.13.0.pre1'
VERSION = '0.13.0'
end

@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.13.0-pre1
PROJECT_NUMBER = 0.13.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.13.0-pre1
PROJECT_NUMBER = 0.13.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.13.0-pre1
PROJECT_NUMBER = 0.13.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.13.0-pre1
PROJECT_NUMBER = 0.13.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

Loading…
Cancel
Save