aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/common.h
diff options
context:
space:
mode:
authorGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-10-16 22:56:18 +0000
committerGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-10-16 22:56:18 +0000
commit7b29a2695c9c4ade593717e9c6f47a050e063124 (patch)
treef4de54f846aab36c636b98f4ffe6bfcb4c1128ac /src/google/protobuf/stubs/common.h
parent16b31d2a94ae3b092865cf8ef3a7b83b1bd4fb50 (diff)
Update version number to 2.0.3-SNAPSHOT.
Diffstat (limited to 'src/google/protobuf/stubs/common.h')
-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 9309b6be..05c15d1b 100644
--- a/src/google/protobuf/stubs/common.h
+++ b/src/google/protobuf/stubs/common.h
@@ -79,7 +79,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 2000002
+#define GOOGLE_PROTOBUF_VERSION 2000003
// The minimum library version which works with the current version of the
// headers.