Skip to content

Commit

Permalink
Prep for rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyda committed Apr 4, 2014
1 parent 147bfcc commit 60fc563
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
protobuf-c-text (1.0.0-rc1)

[ Kevin Lyda ]
* [27c10e0..147bfcc] First pass at text format protobuf support.
* Published docs at http://text.protobuf-c.io/
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ protobuf_c_text_libprotobuf_c_text_la_CFLAGS = $(AM_CFLAGS) $(COVERAGE_CFLAGS)
# 2. If any interfaces have been removed or changed since the last release,
# set revision and age to 0 and increment current (c:r:a becomes c+1:0:0).
# 3. If interfaces have only been added since the last release, set
# release to 0 and increment release and age (c:r:a becomes c+1:0:a+1).
# release to 0 and increment current and age (c:r:a becomes c+1:0:a+1).
protobuf_c_text_libprotobuf_c_text_la_LDFLAGS = \
$(COVERAGE_LDFLAGS) -version-info 1:0:0
$(COVERAGE_LDFLAGS) -version-info 2:0:0

# Headers for libraries.
libprotobuf_c_textdir = $(includedir)/google/protobuf-c
Expand Down
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@ protobuf_c_text_libprotobuf_c_text_la_CFLAGS = $(AM_CFLAGS) $(COVERAGE_CFLAGS)
# 2. If any interfaces have been removed or changed since the last release,
# set revision and age to 0 and increment current (c:r:a becomes c+1:0:0).
# 3. If interfaces have only been added since the last release, set
# release to 0 and increment release and age (c:r:a becomes c+1:0:a+1).
# release to 0 and increment current and age (c:r:a becomes c+1:0:a+1).
protobuf_c_text_libprotobuf_c_text_la_LDFLAGS = \
$(COVERAGE_LDFLAGS) -version-info 1:0:0
$(COVERAGE_LDFLAGS) -version-info 2:0:0


# Headers for libraries.
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for protobuf-c-text 1.0.0-pre.
# Generated by GNU Autoconf 2.68 for protobuf-c-text 1.0.0-rc1.
#
# Report bugs to <https://github.com/protobuf-c/protobuf-c-text/>.
#
Expand Down Expand Up @@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='protobuf-c-text'
PACKAGE_TARNAME='protobuf-c-text'
PACKAGE_VERSION='1.0.0-pre'
PACKAGE_STRING='protobuf-c-text 1.0.0-pre'
PACKAGE_VERSION='1.0.0-rc1'
PACKAGE_STRING='protobuf-c-text 1.0.0-rc1'
PACKAGE_BUGREPORT='https://github.com/protobuf-c/protobuf-c-text/'
PACKAGE_URL=''

Expand Down Expand Up @@ -1376,7 +1376,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures protobuf-c-text 1.0.0-pre to adapt to many kinds of systems.
\`configure' configures protobuf-c-text 1.0.0-rc1 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1446,7 +1446,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of protobuf-c-text 1.0.0-pre:";;
short | recursive ) echo "Configuration of protobuf-c-text 1.0.0-rc1:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1575,7 +1575,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
protobuf-c-text configure 1.0.0-pre
protobuf-c-text configure 1.0.0-rc1
generated by GNU Autoconf 2.68

Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2125,7 +2125,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by protobuf-c-text $as_me 1.0.0-pre, which was
It was created by protobuf-c-text $as_me 1.0.0-rc1, which was
generated by GNU Autoconf 2.68. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2946,7 +2946,7 @@ fi

# Define the identity of the package.
PACKAGE='protobuf-c-text'
VERSION='1.0.0-pre'
VERSION='1.0.0-rc1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -15840,7 +15840,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by protobuf-c-text $as_me 1.0.0-pre, which was
This file was extended by protobuf-c-text $as_me 1.0.0-rc1, which was
generated by GNU Autoconf 2.68. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -15906,7 +15906,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
protobuf-c-text config.status 1.0.0-pre
protobuf-c-text config.status 1.0.0-rc1
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# autoreconf -vif

AC_PREREQ([2.68])
AC_INIT([protobuf-c-text], [1.0.0-pre],
AC_INIT([protobuf-c-text], [1.0.0-rc1],
[https://github.com/protobuf-c/protobuf-c-text/])
AC_CONFIG_SRCDIR([protobuf-c-text/protobuf-c-text.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 60fc563

Please sign in to comment.