From 93b9674e932c2781730befaeae8f37974798a607 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Fri, 27 Jun 2014 17:59:43 -0400 Subject: [PATCH] configure.ac: bump version to 1.0.0-rc2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3e1565d..82b3977 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.64) AC_INIT([protobuf-c], - [1.0.0-rc1], + [1.0.0-rc2], [https://github.com/protobuf-c/protobuf-c/issues], [protobuf-c], [https://github.com/protobuf-c/protobuf-c])