flashtool: use unused type internal for upcoming nightly builds

Origin commit data
------------------
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
This commit is contained in:
vanhofen
2018-01-06 00:06:40 +01:00
parent 3e2d00ab28
commit ddd0a01708

View File

@@ -556,7 +556,7 @@ const char *CFlashVersionInfo::getType(void) const
case '1': case '1':
return "Beta"; return "Beta";
case '2': case '2':
return "Internal"; return "Nightly";
case 'L': case 'L':
return "Locale"; return "Locale";
case 'S': case 'S':