From c11a598e3cccd34465b8b602b9b7be51df7f1c6a Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Fri, 4 Apr 2014 19:23:42 -0400 Subject: [PATCH] protobuf-c: bump PROTOBUF_C_VERSION to 1.0.0-rc1 --- 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 6146fcc..9732c41 100644 --- a/protobuf-c/protobuf-c.h +++ b/protobuf-c/protobuf-c.h @@ -95,7 +95,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-pre" +#define PROTOBUF_C_VERSION "1.0.0-rc1" /** * The version of the protobuf-c headers, represented as an integer using the