Versioning: Add BETA_2 and PRE_BETA_3 constants.

* PRE_BETA_3 is now the default in master.
This commit is contained in:
Augustin Cavalier 2020-05-08 23:30:15 -04:00
parent cf9bfa4bb0
commit a20a26e264
3 changed files with 6 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# The Haiku (base) version. For development builds the revision will be
# attached.
HAIKU_VERSION = r1~beta1 ;
HAIKU_VERSION = r1~beta2 ;
#pragma mark - container settings

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007-2018, Haiku, Inc. All Rights Reserved.
* Copyright 2007-2020, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _BE_BUILD_H
@ -30,9 +30,11 @@
#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_BETA_2 0x00000600
#define B_HAIKU_VERSION_1_PRE_BETA_3 0x00000601
#define B_HAIKU_VERSION_1 0x00010000
#define B_HAIKU_VERSION B_HAIKU_VERSION_1_PRE_BETA_2
#define B_HAIKU_VERSION B_HAIKU_VERSION_1_PRE_BETA_3
/* Haiku ABI */
#define B_HAIKU_ABI_MAJOR 0xffff0000

View File

@ -8,7 +8,7 @@ resource app_version {
internal = 9,
short_info = "Walter",
long_info = "©2001-2018 Haiku Inc."
long_info = "©2001-2020 Haiku Inc."
};
resource app_signature "application/x-vnd.Haiku-libbe" ;