Skip to content

Commit

Permalink
version bump to 3.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Apr 28, 2024
1 parent 15c1cd0 commit ba47011
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Bugfixes


# 3.8.1 (28-04-2024)

### New Features

### Bugfixes

* cleanup of libtool build stuff left around after libfaketime removal


Expand Down
26 changes: 13 additions & 13 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 carbon-c-relay 3.8.
# Generated by GNU Autoconf 2.71 for carbon-c-relay 3.8.1.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -607,8 +607,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='carbon-c-relay'
PACKAGE_TARNAME='carbon-c-relay'
PACKAGE_VERSION='3.8'
PACKAGE_STRING='carbon-c-relay 3.8'
PACKAGE_VERSION='3.8.1'
PACKAGE_STRING='carbon-c-relay 3.8.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1326,7 +1326,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 carbon-c-relay 3.8 to adapt to many kinds of systems.
\`configure' configures carbon-c-relay 3.8.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1397,7 +1397,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of carbon-c-relay 3.8:";;
short | recursive ) echo "Configuration of carbon-c-relay 3.8.1:";;
esac
cat <<\_ACEOF
Expand All @@ -1407,8 +1407,8 @@ Optional Features:
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-silent-rules less verbose build output (undo: "make V=1")
--disable-silent-rules verbose build output (undo: "make V=0")
--disable-maintainer-mode
disable make rules and dependencies not useful (and
--enable-maintainer-mode
enable make rules and dependencies not useful (and
sometimes confusing) to the casual installer
--enable-dependency-tracking
do not reject slow dependency extractors
Expand Down Expand Up @@ -1502,7 +1502,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
carbon-c-relay configure 3.8
carbon-c-relay configure 3.8.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1820,7 +1820,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 carbon-c-relay $as_me 3.8, which was
It was created by carbon-c-relay $as_me 3.8.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3097,7 +3097,7 @@ fi

# Define the identity of the package.
PACKAGE='carbon-c-relay'
VERSION='3.8'
VERSION='3.8.1'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -3208,7 +3208,7 @@ if test ${enable_maintainer_mode+y}
then :
enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
else $as_nop
USE_MAINTAINER_MODE=yes
USE_MAINTAINER_MODE=no
fi

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
Expand Down Expand Up @@ -6612,7 +6612,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 carbon-c-relay $as_me 3.8, which was
This file was extended by carbon-c-relay $as_me 3.8.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6680,7 +6680,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="\\
carbon-c-relay config.status 3.8
carbon-c-relay config.status 3.8.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_INIT([carbon-c-relay],[3.8],[])
AC_INIT([carbon-c-relay],[3.8.1],[])
AC_SUBST([RELEASEDATE], [2024-04-28])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])
AM_MAINTAINER_MODE([disable])
AC_CONFIG_MACRO_DIRS([m4])

# Checks for programs.
Expand Down

0 comments on commit ba47011

Please sign in to comment.