Skip to content

Commit

Permalink
all: bump to proto 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo authored May 24, 2017
1 parent 530b714 commit 0fe2c5c
Show file tree
Hide file tree
Showing 52 changed files with 1,119 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: java
env:
global:
- GRADLE_OPTS=-Xmx512m
- PROTOBUF_VERSION=3.2.0
- PROTOBUF_VERSION=3.3.1
- LDFLAGS=-L/tmp/protobuf/lib
- CXXFLAGS=-I/tmp/protobuf/include
- LD_LIBRARY_PATH=/tmp/protobuf/lib
Expand Down
10 changes: 5 additions & 5 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For Linux, Mac and MinGW:
```
$ git clone https://github.com/google/protobuf.git
$ cd protobuf
$ git checkout v3.2.0
$ git checkout v3.3.1
$ ./autogen.sh
$ ./configure
$ make
Expand Down Expand Up @@ -72,16 +72,16 @@ When building on Windows and VC++, you need to specify project properties for
Gradle to find protobuf:
```
.\gradlew install ^
-PvcProtobufInclude=C:\path\to\protobuf-3.2.0\src ^
-PvcProtobufLibs=C:\path\to\protobuf-3.2.0\vsprojects\Release ^
-PvcProtobufInclude=C:\path\to\protobuf-3.3.1\src ^
-PvcProtobufLibs=C:\path\to\protobuf-3.3.1\vsprojects\Release ^
-PtargetArch=x86_32
```

Since specifying those properties every build is bothersome, you can instead
create ``<project-root>\gradle.properties`` with contents like:
```
vcProtobufInclude=C:\\path\\to\\protobuf-3.2.0\\src
vcProtobufLibs=C:\\path\\to\\protobuf-3.2.0\\vsprojects\\Release
vcProtobufInclude=C:\\path\\to\\protobuf-3.3.1\\src
vcProtobufLibs=C:\\path\\to\\protobuf-3.3.1\\vsprojects\\Release
targetArch=x86_32
```

Expand Down
2 changes: 1 addition & 1 deletion android-interop-testing/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.2.0'
artifact = 'com.google.protobuf:protoc:3.3.0'
}
plugins {
grpc {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0fe2c5c

Please sign in to comment.