From 68dc79063977625ed298c05193d56824d5b84c84 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 4 Jun 2022 20:00:05 -0300 Subject: Revert "I am preparing a point release for next week, fixes and small number of new features. Check in everything you have out." This reverts commit e8cb03cde8a3a7d083a6f539b06c6253d031af82. More specifically: s/0.9.68.1/0.9.69/. The current development version contains not only new features, but also breaking changes (see "modif:" on the RELNOTES). Ensure at least a minor (rather than only a patch) version bump (to 0.9.70 on the final version) to avoid breaking user expectations. --- configure | 18 +++++++++--------- configure.ac | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configure index ad3cdcfe2..c7cc7cbee 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for firejail 0.9.68.1. +# Generated by GNU Autoconf 2.69 for firejail 0.9.69. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='firejail' PACKAGE_TARNAME='firejail' -PACKAGE_VERSION='0.9.68.1' -PACKAGE_STRING='firejail 0.9.68.1' +PACKAGE_VERSION='0.9.69' +PACKAGE_STRING='firejail 0.9.69' PACKAGE_BUGREPORT='netblue30@protonmail.com' PACKAGE_URL='https://firejail.wordpress.com' @@ -1298,7 +1298,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 firejail 0.9.68.1 to adapt to many kinds of systems. +\`configure' configures firejail 0.9.69 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1360,7 +1360,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of firejail 0.9.68.1:";; + short | recursive ) echo "Configuration of firejail 0.9.69:";; esac cat <<\_ACEOF @@ -1484,7 +1484,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -firejail configure 0.9.68.1 +firejail configure 0.9.69 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1740,7 +1740,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 firejail $as_me 0.9.68.1, which was +It was created by firejail $as_me 0.9.69, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4631,7 +4631,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 firejail $as_me 0.9.68.1, which was +This file was extended by firejail $as_me 0.9.69, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4685,7 +4685,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="\\ -firejail config.status 0.9.68.1 +firejail config.status 0.9.69 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index a00eb2f9d..8a9afe793 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # AC_PREREQ([2.68]) -AC_INIT([firejail], [0.9.68.1], [netblue30@protonmail.com], [], +AC_INIT([firejail], [0.9.69], [netblue30@protonmail.com], [], [https://firejail.wordpress.com]) AC_CONFIG_SRCDIR([src/firejail/main.c]) -- cgit v1.2.3-54-g00ecf