aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-03 08:38:27 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-03 08:38:27 -0400
commite8cb03cde8a3a7d083a6f539b06c6253d031af82 (patch)
treecb9ee8416f57ac0e60da95597c24ee9350b3b61d /configure.ac
parentremoved enforcement of nonewprivs for --noprofile (diff)
downloadfirejail-e8cb03cde8a3a7d083a6f539b06c6253d031af82.tar.gz
firejail-e8cb03cde8a3a7d083a6f539b06c6253d031af82.tar.zst
firejail-e8cb03cde8a3a7d083a6f539b06c6253d031af82.zip
I am preparing a point release for next week, fixes and small number of new features. Check in everything you have out.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8a9afe793..a00eb2f9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
12# 12#
13 13
14AC_PREREQ([2.68]) 14AC_PREREQ([2.68])
15AC_INIT([firejail], [0.9.69], [netblue30@protonmail.com], [], 15AC_INIT([firejail], [0.9.68.1], [netblue30@protonmail.com], [],
16 [https://firejail.wordpress.com]) 16 [https://firejail.wordpress.com])
17 17
18AC_CONFIG_SRCDIR([src/firejail/main.c]) 18AC_CONFIG_SRCDIR([src/firejail/main.c])