From da6549c452bf0fdc98c16474b097ece87b14e000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Fri, 3 Jun 2022 15:34:48 -0700 Subject: [PATCH] VERSION: bump to 3.1.99 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following our usual convention, setting PATCHLEVEL to 99 indicates that the branch is now in the development phase towards the next release. 3.1.99 itself is not a real zephyr release version. Signed-off-by: Martí Bolívar --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index d8558ba893a..29e893ef3c7 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ VERSION_MAJOR = 3 VERSION_MINOR = 1 -PATCHLEVEL = 0 +PATCHLEVEL = 99 VERSION_TWEAK = 0 EXTRAVERSION = 0