]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
configure.ac: Ready for 4.20.2 4.20.x 4.20.2
authorAlejandro Colomar <alx@kernel.org>
Sat, 8 Aug 2026 12:16:32 +0000 (14:16 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 8 Aug 2026 12:16:43 +0000 (14:16 +0200)
I accidentally pushed 4.20.1 without updating configure.ac, so that
version number is burnt and doesn't exist.  There's a jump from 4.20.0
to 4.20.2.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
configure.ac

index 686a13d64505f90510ab7030e1d034b7d466dc90..19ff2bea0fe09ac29304195368b7aadc7580da67 100644 (file)
@@ -4,7 +4,7 @@ m4_define([libsubid_abi_major], [6])
 m4_define([libsubid_abi_minor], [0])
 m4_define([libsubid_abi_micro], [0])
 
-AC_INIT([shadow], [4.20.0], [pkg-shadow-devel@lists.alioth.debian.org], [],
+AC_INIT([shadow], [4.20.2], [pkg-shadow-devel@lists.alioth.debian.org], [],
        [https://github.com/shadow-maint/shadow])
 AC_CONFIG_MACRO_DIRS([m4])
 AC_CONFIG_AUX_DIR([build-aux])