[pseudo][PATCH v2 01/23] Makefile.in: Move version to 1.99.0 to prep for 2.0 development

Mark Hatle <[email protected]> Fri, 3 Jul 2026 13:40:33 -0500
Newsgroups org.yoctoproject.lists.yocto-patches
Message-ID <[email protected]>
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 <[email protected]>
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.3.1