From patchwork Sat Jul 25 16:50:59 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10070 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4h6rTl45fKz3wkB for ; Sat, 25 Jul 2026 16:51:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4h6rTl1y3Tz7BC for ; Sat, 25 Jul 2026 16:51:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4h6rTl1C2vz34k9 for ; Sat, 25 Jul 2026 16:51:07 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4h6rTh41gfz2xJk for ; Sat, 25 Jul 2026 16:51:04 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4h6rTg3vHyzjg; Sat, 25 Jul 2026 16:51:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1784998263; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ISBrIsuq5dss7IIS42UWP2MSTaZ0gvRpEfGZiDX+2F8=; b=5gUBc/f80GVZ+mI5JPh50kL1hwB22BBkwLJfrLm19v28/Pt6je8I3AsGiJEBulg1pUupyj gcrTQtkTMYMjsTAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1784998263; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ISBrIsuq5dss7IIS42UWP2MSTaZ0gvRpEfGZiDX+2F8=; b=l+G/DHDRCzv1/rnqdZ9PAj8XANwlXi5yXVOg7L1XWXVW3yHgEDgdmtVieLZh+SHghPR/XI r4LBQbxdXn4GFCCmQI7CsFVr/rxuLERLfGdbsUSeG+iOmiivjCWHLY11uShzFDf4lJTIX7 8/v3vRnKvMZxrX/aoT7RCgkYaoQ13L+cUUUvhGuxjQWxLCjWDVeB0mD7yfFJSK8r7IPq0w kZKsLdK+ZN9AoDaG0wfGF1e6M1MdHKrgvoLOA/OPCCWTM11gM+jsDMntalnkvIsdwjbm92 p2FxdhMG/B7lk8NR+Jv9i05iQ0HIcUuEDe2Dh6mjeWNUkpugh1uHjxuDfwFPjw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] Bump version to 016. Date: Sat, 25 Jul 2026 18:50:59 +0200 Message-ID: <20260725165059.3759193-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d5009ce..bde5fa0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ############################################################################### # # # Pakfire - The IPFire package management system # -# Copyright (C) 2013 Pakfire development team # +# Copyright (C) 2013-2026 Pakfire development team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) AC_INIT([ddns], - [015], + [016], [info@ipfire.org], [ddns], [http://git.ipfire.org/?p=oddments/ddns.git;a=summary])