Merge pull request #6538 from murgatroid99/version_0.14.2-pre1

Update release version to 0.14.2-pre1
pull/6541/head^2
Nicolas Noble 9 years ago
commit 1b55f5947f
  1. 2
      Makefile
  2. 2
      build.yaml
  3. 2
      composer.json
  4. 2
      package.json
  5. 8
      package.xml
  6. 2
      src/core/lib/surface/version.c
  7. 4
      src/csharp/Grpc.Core/VersionInfo.cs
  8. 2
      src/csharp/build_packages.bat
  9. 2
      src/node/tools/package.json
  10. 2
      src/python/grpcio/grpc_version.py
  11. 2
      src/ruby/lib/grpc/version.rb
  12. 2
      src/ruby/tools/version.rb
  13. 2
      tools/distrib/python/grpcio_tools/grpc_version.py
  14. 2
      tools/doxygen/Doxyfile.c++
  15. 2
      tools/doxygen/Doxyfile.c++.internal
  16. 2
      tools/doxygen/Doxyfile.core
  17. 2
      tools/doxygen/Doxyfile.core.internal

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

@ -7,7 +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
version: 0.14.1
version: 0.14.2-pre1
filegroups:
- name: census
public_headers:

@ -2,7 +2,7 @@
"name": "grpc/grpc",
"type": "library",
"description": "gRPC library for PHP",
"version": "0.14.1",
"version": "0.14.2",
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",

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

@ -13,8 +13,8 @@
<date>2016-04-19</date>
<time>16:06:07</time>
<version>
<release>0.14.1</release>
<api>0.14.1</api>
<release>0.14.2</release>
<api>0.14.2</api>
</version>
<stability>
<release>beta</release>
@ -1014,8 +1014,8 @@ Update to wrap gRPC C Core version 0.10.0
</release>
<release>
<version>
<release>0.14.1</release>
<api>0.14.1</api>
<release>0.14.2</release>
<api>0.14.2</api>
</version>
<stability>
<release>beta</release>

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

@ -48,11 +48,11 @@ namespace Grpc.Core
/// <summary>
/// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
/// </summary>
public const string CurrentAssemblyFileVersion = "0.14.1.0";
public const string CurrentAssemblyFileVersion = "0.14.2.0";
/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "0.14.1";
public const string CurrentVersion = "0.14.2-pre1";
}
}

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

@ -1,6 +1,6 @@
{
"name": "grpc-tools",
"version": "0.14.1",
"version": "0.14.2-pre1",
"author": "Google Inc.",
"description": "Tools for developing with gRPC on Node.js",
"homepage": "http://www.grpc.io/",

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

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

@ -29,6 +29,6 @@
module GRPC
module Tools
VERSION = '0.14.1'
VERSION = '0.14.2.pre1'
end
end

@ -29,4 +29,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
VERSION='0.14.1'
VERSION='0.14.2rc1'

@ -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.14.1
PROJECT_NUMBER = 0.14.2-pre1
# 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.14.1
PROJECT_NUMBER = 0.14.2-pre1
# 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.14.1
PROJECT_NUMBER = 0.14.2-pre1
# 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.14.1
PROJECT_NUMBER = 0.14.2-pre1
# 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