flashtool: use unused type internal for upcoming nightly builds

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4817ebb679
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2018-01-06 00:06:40 +01:00
parent c55dc9bf93
commit 8dbcc00776

View File

@@ -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':