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':
return "Beta";
case '2':
return "Internal";
return "Nightly";
case 'L':
return "Locale";
case 'S':