aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-12-05 22:04:06 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-12-05 22:04:06 +0000
commitd41578239cf7f2a59f4ee5b7be67a4b711c663ec (patch)
tree0dce190a359bb69ac1853765e54d09975093d65a /src
parent2f3d8de76795d17b6f3309f7bca5ad5be1f9504d (diff)
downloadprotobuf-d41578239cf7f2a59f4ee5b7be67a4b711c663ec.tar.gz
protobuf-d41578239cf7f2a59f4ee5b7be67a4b711c663ec.tar.bz2
protobuf-d41578239cf7f2a59f4ee5b7be67a4b711c663ec.zip
Update trunk version to 2.0.4-SNAPSHOT.
Diffstat (limited to 'src')
-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 b62d0e33..c3e7f1be 100644
--- a/src/google/protobuf/stubs/common.h
+++ b/src/google/protobuf/stubs/common.h
@@ -83,7 +83,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 2000003
+#define GOOGLE_PROTOBUF_VERSION 2000004
// The minimum library version which works with the current version of the
// headers.