From a1d79e238ede4132e674c76d0a987f80160ccb66 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 8 Aug 2024 10:42:30 -0400 Subject: [PATCH] Versioning: Add BETA_5 and PRE_BETA_6 version constants. * PRE_BETA_6 is now the default in master. --- build/jam/BuildSetup | 2 +- headers/os/BeBuild.h | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 3ae1af350f..2ca8173e96 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -12,7 +12,7 @@ # The Haiku (base) version. For development builds the revision will be # attached. -HAIKU_VERSION = r1~beta4 ; +HAIKU_VERSION = r1~beta5 ; #pragma mark - container settings diff --git a/headers/os/BeBuild.h b/headers/os/BeBuild.h index 91c049ea88..a8918e5018 100644 --- a/headers/os/BeBuild.h +++ b/headers/os/BeBuild.h @@ -1,5 +1,5 @@ /* - * Copyright 2007-2020, Haiku, Inc. All Rights Reserved. + * Copyright 2007-2024, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _BE_BUILD_H @@ -36,9 +36,11 @@ #define B_HAIKU_VERSION_1_PRE_BETA_4 0x00000701 #define B_HAIKU_VERSION_1_BETA_4 0x00000800 #define B_HAIKU_VERSION_1_PRE_BETA_5 0x00000801 +#define B_HAIKU_VERSION_1_BETA_5 0x00000900 +#define B_HAIKU_VERSION_1_PRE_BETA_6 0x00000901 #define B_HAIKU_VERSION_1 0x00010000 -#define B_HAIKU_VERSION B_HAIKU_VERSION_1_PRE_BETA_5 +#define B_HAIKU_VERSION B_HAIKU_VERSION_1_PRE_BETA_6 /* Haiku ABI */ #define B_HAIKU_ABI_MAJOR 0xffff0000