Skip to content

Commit

Permalink
tag genders-1-27-1
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Oct 30, 2019
1 parent 6d31ce3 commit 0f10a13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* src/libgenders/genders_parsing.c: Fix corner case in which lines
without newlines are assumed invald.

* tag genders-1-27-1

2019-06-19 Ben Casses <[email protected]>

* merged PR from @sdm900 for faster parsing
Expand Down
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
##
Meta: 1
Name: genders
Version: 1.26
Version: 1.27
Release: 1
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.69 for genders 1.26.
# Generated by GNU Autoconf 2.69 for genders 1.27.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='genders'
PACKAGE_TARNAME='genders'
PACKAGE_VERSION='1.26'
PACKAGE_STRING='genders 1.26'
PACKAGE_VERSION='1.27'
PACKAGE_STRING='genders 1.27'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1375,7 +1375,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 genders 1.26 to adapt to many kinds of systems.
\`configure' configures genders 1.27 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 genders 1.26:";;
short | recursive ) echo "Configuration of genders 1.27:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1582,7 +1582,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
genders configure 1.26
genders configure 1.27
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2068,7 +2068,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 genders $as_me 1.26, which was
It was created by genders $as_me 1.27, which was
generated by GNU Autoconf 2.69. Invocation command line was

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

# Define the identity of the package.
PACKAGE='genders'
VERSION='1.26'
VERSION='1.27'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -17380,7 +17380,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 genders $as_me 1.26, which was
This file was extended by genders $as_me 1.27, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -17446,7 +17446,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="\\
genders config.status 1.26
genders config.status 1.27
configured by $0, generated by GNU Autoconf 2.69,
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 @@ -7,7 +7,7 @@
##
# Prologue.
##
AC_INIT([genders],[1.26])
AC_INIT([genders],[1.27])
AC_META
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([README])
Expand Down

0 comments on commit 0f10a13

Please sign in to comment.