aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-10-11 09:20:04 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-10-11 09:20:04 -0400
commitcaec31e7af6771af04fa2b2b98850422d1604c2b (patch)
treefd59ab2bd435793a87389b4eb9f3b9215c65e395 /configure.ac
parentmerges (diff)
downloadfirejail-caec31e7af6771af04fa2b2b98850422d1604c2b.tar.gz
firejail-caec31e7af6771af04fa2b2b98850422d1604c2b.tar.zst
firejail-caec31e7af6771af04fa2b2b98850422d1604c2b.zip
0.9.56.1 - bugfix release
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 d1b827fef..2084b66f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.57, netblue30@yahoo.com, , https://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.56.1, netblue30@yahoo.com, , https://firejail.wordpress.com)
3AC_CONFIG_SRCDIR([src/firejail/main.c]) 3AC_CONFIG_SRCDIR([src/firejail/main.c])
4#AC_CONFIG_HEADERS([config.h]) 4#AC_CONFIG_HEADERS([config.h])
5 5