| Message ID | 1783104055-19005-2-git-send-email-mark.hatle@kernel.crashing.org |
|---|---|
| State | New |
| Headers | show
Return-Path: <mark.hatle@kernel.crashing.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA34EC4450F for <webhook@archiver.kernel.org>; Fri, 3 Jul 2026 18:41:12 +0000 (UTC) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.99264.1783104060298492134 for <yocto-patches@lists.yoctoproject.org>; Fri, 03 Jul 2026 11:41:00 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: kernel.crashing.org, ip: 63.228.1.57, mailfrom: mark.hatle@kernel.crashing.org) Received: from kernel.crashing.org.net (70-99-78-136.nuveramail.net [70.99.78.136] (may be forged)) by gate.crashing.org (8.18.1/8.18.1/Debian-2) with ESMTP id 663Ieua0237103; Fri, 3 Jul 2026 13:40:57 -0500 From: Mark Hatle <mark.hatle@kernel.crashing.org> To: yocto-patches@lists.yoctoproject.org Cc: richard.purdie@linuxfoundation.org, frezidok1@gmail.com Subject: [pseudo][PATCH v2 01/23] Makefile.in: Move version to 1.99.0 to prep for 2.0 development Date: Fri, 3 Jul 2026 13:40:33 -0500 Message-Id: <1783104055-19005-2-git-send-email-mark.hatle@kernel.crashing.org> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1783104055-19005-1-git-send-email-mark.hatle@kernel.crashing.org> References: <1783104055-19005-1-git-send-email-mark.hatle@kernel.crashing.org> List-Id: <yocto-patches.lists.yoctoproject.org> X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for <yocto-patches@lists.yoctoproject.org>; Fri, 03 Jul 2026 18:41:12 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/4397 |
| Series |
Create new pseudo 1.99.0 version
|
expand
|
diff --git a/Makefile.in b/Makefile.in index aed9dda..6640a73 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.9.8 +VERSION=1.99.0 LIB=@LIB@ BIN=bin
A pseudo-1.9 branch has been created fro backporting to the stable development. Planned 2.0 development includes: * diagnostic message updates * environment rework * parallel move/rename * review of existing function wrapping Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)