From 7ea757dd139a558305217cbc6034ea03e621b786 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Mon, 10 Feb 2014 10:57:27 -0500 Subject: [PATCH] configure.ac: bump version to 1.0.0-pre --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6a4176b..25fac96 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([protobuf-c], [0.16]) +AC_INIT([protobuf-c], [1.0.0-pre]) AC_CONFIG_SRCDIR([protobuf-c/protobuf-c.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules subdir-objects])