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:
Augustin Cavalier
2018-08-28 00:21:13 -04:00
parent e998f2e4ac
commit 372195500d
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# The Haiku (base) version. For development builds the revision will be
# attached.
HAIKU_VERSION = r1~alpha4_pm ;
HAIKU_VERSION = r1~beta1 ;
#pragma mark - container settings
+4 -2
View File
@@ -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
+3 -3
View File
@@ -3,12 +3,12 @@ resource app_version {
middle = 0,
minor = 0,
variety = B_APPV_ALPHA,
variety = B_APPV_BETA,
internal = 7,
internal = 9,
short_info = "Walter",
long_info = "©2001-2011 Haiku Inc."
long_info = "©2001-2018 Haiku Inc."
};
resource app_signature "application/x-vnd.Haiku-libbe" ;