aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-06-21 15:29:32 -0700
committerGravatar GitHub <noreply@github.com>2017-06-21 15:29:32 -0700
commit5532abc15b97f3489183b266b41844306052a3fa (patch)
treed4070fc838b312a7f81c6f0f9d2e2b7db8d21898 /src/google/protobuf/stubs
parent8ecae34ac65218e9fda1586abc39f8762dbb40de (diff)
parent5520b4384a87d010814bfc503cc2df109268a9a8 (diff)
Merge pull request #3258 from TeBoring/3.3.x
Update version number to 3.3.2
Diffstat (limited to 'src/google/protobuf/stubs')
-rw-r--r--src/google/protobuf/stubs/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/common.h b/src/google/protobuf/stubs/common.h
index 15321ebe..daa9b223 100644
--- a/src/google/protobuf/stubs/common.h
+++ b/src/google/protobuf/stubs/common.h
@@ -96,7 +96,7 @@ namespace internal {
// The current version, represented as a single integer to make comparison
// easier: major * 10^6 + minor * 10^3 + micro
-#define GOOGLE_PROTOBUF_VERSION 3003001
+#define GOOGLE_PROTOBUF_VERSION 3003002
// A suffix string for alpha, beta or rc releases. Empty for stable releases.
#define GOOGLE_PROTOBUF_VERSION_SUFFIX ""