Versioning: Add BETA_5 and PRE_BETA_6 version constants.

* PRE_BETA_6 is now the default in master.
This commit is contained in:
Augustin Cavalier
2024-08-08 10:42:41 -04:00
parent de1f1b5de5
commit a1d79e238e
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# The Haiku (base) version. For development builds the revision will be # The Haiku (base) version. For development builds the revision will be
# attached. # attached.
HAIKU_VERSION = r1~beta4 ; HAIKU_VERSION = r1~beta5 ;
#pragma mark - container settings #pragma mark - container settings
+4 -2
View File
@@ -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. * Distributed under the terms of the MIT License.
*/ */
#ifndef _BE_BUILD_H #ifndef _BE_BUILD_H
@@ -36,9 +36,11 @@
#define B_HAIKU_VERSION_1_PRE_BETA_4 0x00000701 #define B_HAIKU_VERSION_1_PRE_BETA_4 0x00000701
#define B_HAIKU_VERSION_1_BETA_4 0x00000800 #define B_HAIKU_VERSION_1_BETA_4 0x00000800
#define B_HAIKU_VERSION_1_PRE_BETA_5 0x00000801 #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_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 */ /* Haiku ABI */
#define B_HAIKU_ABI_MAJOR 0xffff0000 #define B_HAIKU_ABI_MAJOR 0xffff0000