From d41578239cf7f2a59f4ee5b7be67a4b711c663ec Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Fri, 5 Dec 2008 22:04:06 +0000 Subject: Update trunk version to 2.0.4-SNAPSHOT. --- src/google/protobuf/stubs/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3