diff options
author | Paul Yang <TeBoring@users.noreply.github.com> | 2018-04-02 15:55:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 15:55:28 -0700 |
commit | c93174346149f259ebc85fdb46826fcf84abb07d (patch) | |
tree | 284fd957f2007db39101adb0d51ca0fb0b007255 /protoc-artifacts | |
parent | 579f81e1c66d64395031a1bbcb54ba7a44dade55 (diff) |
Merge branch (#4466)
* Fix setup.py for windows build.
* Bump version number to 3.5.2
* Cat the test-suite.log on errors for presubits
Diffstat (limited to 'protoc-artifacts')
-rw-r--r-- | protoc-artifacts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml index f71d63b5..298730a6 100644 --- a/protoc-artifacts/pom.xml +++ b/protoc-artifacts/pom.xml @@ -10,7 +10,7 @@ </parent> <groupId>com.google.protobuf</groupId> <artifactId>protoc</artifactId> - <version>3.5.1-1</version> + <version>3.5.2</version> <packaging>pom</packaging> <name>Protobuf Compiler</name> <description> |