Versioning: Add BETA_5 and PRE_BETA_6 version constants.
* PRE_BETA_6 is now the default in master.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user