From: Alejandro Colomar Date: Sat, 8 Aug 2026 12:16:32 +0000 (+0200) Subject: configure.ac: Ready for 4.20.2 X-Git-Tag: 4.20.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8331a33db2065a39ac35619fbcd983f0af41057;p=thirdparty%2Fshadow.git configure.ac: Ready for 4.20.2 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 --- diff --git a/configure.ac b/configure.ac index 686a13d64..19ff2bea0 100644 --- a/configure.ac +++ b/configure.ac @@ -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])