Versioning: Add BETA_1 and PRE_BETA_2 version constants.
* PRE_BETA_2 is now the default in master. * For libbe: R1/alpha4 used internal=8, but nobody bumped master at the same time, so now we are on internal=9.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2007-2012, Haiku, Inc. All Rights Reserved.
|
||||
* Copyright 2007-2018, Haiku, Inc. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _BE_BUILD_H
|
||||
@@ -28,9 +28,11 @@
|
||||
#define B_HAIKU_VERSION_1_PRE_ALPHA_4 0x00000301
|
||||
#define B_HAIKU_VERSION_1_ALPHA_4 0x00000400
|
||||
#define B_HAIKU_VERSION_1_PRE_BETA_1 0x00000401
|
||||
#define B_HAIKU_VERSION_1_BETA_1 0x00000500
|
||||
#define B_HAIKU_VERSION_1_PRE_BETA_2 0x00000501
|
||||
#define B_HAIKU_VERSION_1 0x00010000
|
||||
|
||||
#define B_HAIKU_VERSION B_HAIKU_VERSION_1_PRE_BETA_1
|
||||
#define B_HAIKU_VERSION B_HAIKU_VERSION_1_PRE_BETA_2
|
||||
|
||||
/* Haiku ABI */
|
||||
#define B_HAIKU_ABI_MAJOR 0xffff0000
|
||||
|
||||
Reference in New Issue
Block a user