Skip to content

Commit

Permalink
version bump to 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
grobian committed Apr 28, 2024
1 parent 8b872cb commit 6d91ef8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
9 changes: 8 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 3.8 (unreleased master branch)
# 3.9 (unreleased master branch)

### New Features

### Bugfixes


# 3.8 (28-04-2024)

### New Features

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

Expand Down Expand Up @@ -1370,7 +1370,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.7.4 to adapt to many kinds of systems.
\`configure' configures carbon-c-relay 3.8 to adapt to many kinds of systems.

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

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

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of carbon-c-relay 3.7.4:";;
short | recursive ) echo "Configuration of carbon-c-relay 3.8:";;
esac
cat <<\_ACEOF

Expand All @@ -1451,8 +1451,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-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
Expand Down Expand Up @@ -1561,7 +1561,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
carbon-c-relay configure 3.7.4
carbon-c-relay configure 3.8
generated by GNU Autoconf 2.71

Copyright (C) 2021 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 carbon-c-relay $as_me 3.7.4, which was
It was created by carbon-c-relay $as_me 3.8, which was
generated by GNU Autoconf 2.71. Invocation command line was

$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2829,7 +2829,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu


RELEASEDATE=2022-02-13
RELEASEDATE=2024-04-28

ac_config_headers="$ac_config_headers config.h"

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

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


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -3458,7 +3458,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 @@ -16059,7 +16059,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.7.4, which was
This file was extended by carbon-c-relay $as_me 3.8, which was
generated by GNU Autoconf 2.71. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -16127,7 +16127,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.7.4
carbon-c-relay config.status 3.8
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

Expand Down
6 changes: 3 additions & 3 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.7.4],[])
AC_SUBST([RELEASEDATE], [2022-02-13])
AC_INIT([carbon-c-relay],[3.8],[])
AC_SUBST([RELEASEDATE], [2024-04-28])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])
AM_MAINTAINER_MODE([disable])
LT_INIT
AC_CONFIG_MACRO_DIRS([m4])

Expand Down

0 comments on commit 6d91ef8

Please sign in to comment.