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.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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