Skip to content

Commit 095d78d

Browse files
committed
rel 0.9.74 testing
1 parent c9dc1ed commit 095d78d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for firejail 0.9.73.
3+
# Generated by GNU Autoconf 2.71 for firejail 0.9.74.
44
#
55
# Report bugs to <https://github.com/netblue30/firejail/issues>.
66
#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610
# Identity of this package.
611611
PACKAGE_NAME='firejail'
612612
PACKAGE_TARNAME='firejail'
613-
PACKAGE_VERSION='0.9.73'
614-
PACKAGE_STRING='firejail 0.9.73'
613+
PACKAGE_VERSION='0.9.74'
614+
PACKAGE_STRING='firejail 0.9.74'
615615
PACKAGE_BUGREPORT='https://github.com/netblue30/firejail/issues'
616616
PACKAGE_URL='https://firejail.wordpress.com'
617617

@@ -1327,7 +1327,7 @@ if test "$ac_init_help" = "long"; then
13271327
# Omit some internal or obsolete options to make the list less imposing.
13281328
# This message is too long to be a string in the A/UX 3.1 sh.
13291329
cat <<_ACEOF
1330-
\`configure' configures firejail 0.9.73 to adapt to many kinds of systems.
1330+
\`configure' configures firejail 0.9.74 to adapt to many kinds of systems.
13311331
13321332
Usage: $0 [OPTION]... [VAR=VALUE]...
13331333
@@ -1389,7 +1389,7 @@ fi
13891389

13901390
if test -n "$ac_init_help"; then
13911391
case $ac_init_help in
1392-
short | recursive ) echo "Configuration of firejail 0.9.73:";;
1392+
short | recursive ) echo "Configuration of firejail 0.9.74:";;
13931393
esac
13941394
cat <<\_ACEOF
13951395
@@ -1516,7 +1516,7 @@ fi
15161516
test -n "$ac_init_help" && exit $ac_status
15171517
if $ac_init_version; then
15181518
cat <<\_ACEOF
1519-
firejail configure 0.9.73
1519+
firejail configure 0.9.74
15201520
generated by GNU Autoconf 2.71
15211521
15221522
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1625,7 +1625,7 @@ cat >config.log <<_ACEOF
16251625
This file contains any messages produced by compilers while
16261626
running configure, to aid debugging if configure makes a mistake.
16271627
1628-
It was created by firejail $as_me 0.9.73, which was
1628+
It was created by firejail $as_me 0.9.74, which was
16291629
generated by GNU Autoconf 2.71. Invocation command line was
16301630
16311631
$ $0$ac_configure_args_raw
@@ -5093,7 +5093,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
50935093
# report actual input values of CONFIG_FILES etc. instead of their
50945094
# values after options handling.
50955095
ac_log="
5096-
This file was extended by firejail $as_me 0.9.73, which was
5096+
This file was extended by firejail $as_me 0.9.74, which was
50975097
generated by GNU Autoconf 2.71. Invocation command line was
50985098
50995099
CONFIG_FILES = $CONFIG_FILES
@@ -5149,7 +5149,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
51495149
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
51505150
ac_cs_config='$ac_cs_config_escaped'
51515151
ac_cs_version="\\
5152-
firejail config.status 0.9.73
5152+
firejail config.status 0.9.74
51535153
configured by $0, generated by GNU Autoconf 2.71,
51545154
with options \\"\$ac_cs_config\\"
51555155

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313

1414
AC_PREREQ([2.68])
15-
AC_INIT([firejail], [0.9.73], [https://github.com/netblue30/firejail/issues],
15+
AC_INIT([firejail], [0.9.74], [https://github.com/netblue30/firejail/issues],
1616
[], [https://firejail.wordpress.com])
1717

1818
AC_CONFIG_SRCDIR([src/firejail/main.c])

0 commit comments

Comments
 (0)