From 8dbcc00776e09f5e4309d732b1287cf36306af8f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 6 Jan 2018 00:06:40 +0100 Subject: [PATCH] flashtool: use unused type internal for upcoming nightly builds Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4817ebb67962b9e192dbde2c157324d66b3f81e5 Author: vanhofen Date: 2018-01-06 (Sat, 06 Jan 2018) Origin message was: ------------------ - flashtool: use unused type internal for upcoming nightly builds ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/system/flashtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/flashtool.cpp b/src/system/flashtool.cpp index 99fa25f1f..4a0f457be 100644 --- a/src/system/flashtool.cpp +++ b/src/system/flashtool.cpp @@ -556,7 +556,7 @@ const char *CFlashVersionInfo::getType(void) const case '1': return "Beta"; case '2': - return "Internal"; + return "Nightly"; case 'L': return "Locale"; case 'S':