configure.ac: bump version to 1.0.0-pre

This commit is contained in:
Robert Edmonds 2014-02-10 10:57:27 -05:00
parent f52f500995
commit 7ea757dd13

View File

@ -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])