Skip to content
Snippets Groups Projects
Commit 5bdcfc60 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #2864 from jtattermusch/0.10-upport

Upporting from 0.10 branch.
parents 755d65ca 8f4b1b03
No related branches found
No related tags found
No related merge requests found
...@@ -313,7 +313,7 @@ E = @echo ...@@ -313,7 +313,7 @@ E = @echo
Q = @ Q = @
endif endif
   
VERSION = 0.10.0.0 VERSION = 0.10.1.0
   
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES)) CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"version": { "version": {
"major": 0, "major": 0,
"minor": 10, "minor": 10,
"micro": 0, "micro": 1,
"build": 0 "build": 0
} }
}, },
......
...@@ -37,5 +37,5 @@ ...@@ -37,5 +37,5 @@
#include <grpc/grpc.h> #include <grpc/grpc.h>
const char *grpc_version_string(void) { const char *grpc_version_string(void) {
return "0.10.0.0"; return "0.10.1.0";
} }
...@@ -8,6 +8,6 @@ namespace Grpc.Core ...@@ -8,6 +8,6 @@ namespace Grpc.Core
/// <summary> /// <summary>
/// Current version of gRPC /// Current version of gRPC
/// </summary> /// </summary>
public const string CurrentVersion = "0.6.0"; public const string CurrentVersion = "0.6.1";
} }
} }
@rem Builds gRPC NuGet packages @rem Builds gRPC NuGet packages
@rem Current package versions @rem Current package versions
set VERSION=0.6.0 set VERSION=0.6.1
set CORE_VERSION=0.10.0 set CORE_VERSION=0.10.1
@rem Adjust the location of nuget.exe @rem Adjust the location of nuget.exe
set NUGET=C:\nuget\nuget.exe set NUGET=C:\nuget\nuget.exe
......
...@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" ...@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 0.10.0.0 PROJECT_NUMBER = 0.10.1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a
......
...@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" ...@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 0.10.0.0 PROJECT_NUMBER = 0.10.1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a
......
...@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core" ...@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 0.10.0.0 PROJECT_NUMBER = 0.10.1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a
......
...@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core" ...@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 0.10.0.0 PROJECT_NUMBER = 0.10.1.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment