Skip to content

Commit

Permalink
prepare release 0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandRosenfeld committed Dec 14, 2024
1 parent 9e010bf commit b82b363
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [x.xx] -
## [0.55] - 2024-12-14

### Changed

Expand Down
18 changes: 9 additions & 9 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.71 for lbdb 0.54.
# Generated by GNU Autoconf 2.71 for lbdb 0.55.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='lbdb'
PACKAGE_TARNAME='lbdb'
PACKAGE_VERSION='0.54'
PACKAGE_STRING='lbdb 0.54'
PACKAGE_VERSION='0.55'
PACKAGE_STRING='lbdb 0.55'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='https://www.spinnaker.de/lbdb/'

Expand Down Expand Up @@ -1327,7 +1327,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 lbdb 0.54 to adapt to many kinds of systems.
\`configure' configures lbdb 0.55 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1393,7 +1393,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of lbdb 0.54:";;
short | recursive ) echo "Configuration of lbdb 0.55:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1504,7 +1504,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
lbdb configure 0.54
lbdb configure 0.55
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1741,7 +1741,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 lbdb $as_me 0.54, which was
It was created by lbdb $as_me 0.55, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -7887,7 +7887,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 lbdb $as_me 0.54, which was
This file was extended by lbdb $as_me 0.55, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -7947,7 +7947,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
lbdb config.status 0.54
lbdb config.status 0.55
configured by $0, generated by GNU Autoconf 2.71,
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 @@ -15,7 +15,7 @@ dnl along with this program; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

AC_INIT([lbdb],
0.54,
0.55,
[[email protected]],
[],
[https://www.spinnaker.de/lbdb/])
Expand Down
4 changes: 2 additions & 2 deletions tests/package.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Signature of the current package.
m4_define([AT_PACKAGE_NAME], [lbdb])
m4_define([AT_PACKAGE_TARNAME], [lbdb])
m4_define([AT_PACKAGE_VERSION], [0.54])
m4_define([AT_PACKAGE_STRING], [lbdb 0.54])
m4_define([AT_PACKAGE_VERSION], [0.55])
m4_define([AT_PACKAGE_STRING], [lbdb 0.55])
m4_define([AT_PACKAGE_BUGREPORT], [[email protected]])
10 changes: 5 additions & 5 deletions tests/testsuite
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ fi
# List of tests.
if $at_list_p; then
cat <<_ATEOF || at_write_fail=1
lbdb 0.54 test suite test groups:
lbdb 0.55 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
Expand Down Expand Up @@ -981,7 +981,7 @@ _ATEOF
exit $at_write_fail
fi
if $at_version_p; then
printf "%s\n" "$as_me (lbdb 0.54)" &&
printf "%s\n" "$as_me (lbdb 0.55)" &&
cat <<\_ATEOF || at_write_fail=1
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1181,11 +1181,11 @@ exec 5>>"$at_suite_log"

# Banners and logs.
printf "%s\n" "## --------------------- ##
## lbdb 0.54 test suite. ##
## lbdb 0.55 test suite. ##
## --------------------- ##"
{
printf "%s\n" "## --------------------- ##
## lbdb 0.54 test suite. ##
## lbdb 0.55 test suite. ##
## --------------------- ##"
echo

Expand Down Expand Up @@ -2045,7 +2045,7 @@ _ASBOX
printf "%s\n" "Please send $at_msg and all information you think might help:
To: <[email protected]>
Subject: [lbdb 0.54] $as_me: $at_msg1$at_msg2
Subject: [lbdb 0.55] $as_me: $at_msg1$at_msg2
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point. Its output may
Expand Down

0 comments on commit b82b363

Please sign in to comment.