aboutsummaryrefslogtreecommitdiff
path: root/src/google
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2017-06-21 10:20:34 -0700
committerBo Yang <teboring@google.com>2017-06-21 10:20:34 -0700
commite7bcfc42411c8c1ffcec68474b308bc1da21f460 (patch)
treea58201de8d658af7444002973ba973b5265a82e9 /src/google
parent8ecae34ac65218e9fda1586abc39f8762dbb40de (diff)
downloadprotobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.tar.gz
protobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.tar.bz2
protobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.zip
Update version number to 3.3.2
Diffstat (limited to 'src/google')
-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 ""