mirror of
https://review.haiku-os.org/haiku
synced 2025-01-18 12:38:51 +01:00
Versioning: Add BETA_5 and PRE_BETA_6 version constants.
* PRE_BETA_6 is now the default in master.
This commit is contained in:
parent
de1f1b5de5
commit
a1d79e238e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user