diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/build_id.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 715d72c..a3b9db6 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,6 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=KRS39B +BUILD_ID := KLP + +DISPLAY_BUILD_NUMBER := true |