aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-04 20:00:05 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-04 20:56:30 -0300
commit68dc79063977625ed298c05193d56824d5b84c84 (patch)
tree07d2814fbc14058b81da7c0cd65b1bf1249023dd /configure.ac
parentharden blacklist (diff)
downloadfirejail-68dc79063977625ed298c05193d56824d5b84c84.tar.gz
firejail-68dc79063977625ed298c05193d56824d5b84c84.tar.zst
firejail-68dc79063977625ed298c05193d56824d5b84c84.zip
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.
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 a00eb2f9d..8a9afe793 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.68.1], [netblue30@protonmail.com], [], 15AC_INIT([firejail], [0.9.69], [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])