From 448f04acd16370cd37c004faf560818233f52dce Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Fri, 27 Jun 2014 17:59:07 -0400 Subject: [PATCH] protobuf-c: bump PROTOBUF_C_VERSION to 1.0.0-rc2 --- protobuf-c/protobuf-c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf-c/protobuf-c.h b/protobuf-c/protobuf-c.h index acb2901..5734b62 100644 --- a/protobuf-c/protobuf-c.h +++ b/protobuf-c/protobuf-c.h @@ -763,7 +763,7 @@ protobuf_c_version_number(void); * The version of the protobuf-c headers, represented as a string using the same * format as protobuf_c_version(). */ -#define PROTOBUF_C_VERSION "1.0.0-rc1" +#define PROTOBUF_C_VERSION "1.0.0-rc2" /** * The version of the protobuf-c headers, represented as an integer using the