Next Windows Server version seems to be named Windows Server 2016 now

Change-Id: I31fb5495f5e17ccba1578a069ca33448a291923f
Reviewed-on: https://code.wireshark.org/review/9539
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2015-07-07 18:28:37 +02:00
parent f4ce6cbf28
commit 5b76ef3965
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ get_os_version_info(GString *str)
is_nt_workstation = (info.wProductType == VER_NT_WORKSTATION);
switch (info.dwMinorVersion) {
case 0:
g_string_append_printf(str, is_nt_workstation ? "Windows 10" : "Windows Server 10");
g_string_append_printf(str, is_nt_workstation ? "Windows 10" : "Windows Server 2016");
break;
default:
g_string_append_printf(str, "Windows NT, unknown version %lu.%lu",