aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2018-04-02 15:55:28 -0700
committerGitHub <noreply@github.com>2018-04-02 15:55:28 -0700
commitc93174346149f259ebc85fdb46826fcf84abb07d (patch)
tree284fd957f2007db39101adb0d51ca0fb0b007255 /configure.ac
parent579f81e1c66d64395031a1bbcb54ba7a44dade55 (diff)
downloadprotobuf-c93174346149f259ebc85fdb46826fcf84abb07d.tar.gz
protobuf-c93174346149f259ebc85fdb46826fcf84abb07d.tar.bz2
protobuf-c93174346149f259ebc85fdb46826fcf84abb07d.zip
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6283e317..6e9ce1f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ(2.59)
# In the SVN trunk, the version should always be the next anticipated release
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
# the size of one file name in the dist tarfile over the 99-char limit.)
-AC_INIT([Protocol Buffers],[3.5.1],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.5.2],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])