configure.ac: bump version to 1.0.0-rc1

This commit is contained in:
Robert Edmonds 2014-04-04 19:21:31 -04:00
parent 9eb868d33d
commit 84be226396

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT([protobuf-c], [1.0.0-pre])
AC_INIT([protobuf-c], [1.0.0-rc1])
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])