* cygcheck.cc (dump_sysinfo): Change "Server 8" to official

"Server 2012".
This commit is contained in:
Corinna Vinschen 2012-06-03 16:45:27 +00:00
parent b7ae842aea
commit 6a713dabad
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-06-03 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (dump_sysinfo): Change "Server 8" to official
"Server 2012".
2012-05-05 Corinna Vinschen <corinna@vinschen.de>
* mkpasswd.c (current_user): Actually *use* $HOME if it's available.

View File

@ -1,7 +1,7 @@
/* cygcheck.cc
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
2006, 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
This file is part of Cygwin.
@ -1436,7 +1436,7 @@ dump_sysinfo ()
else if (osversion.dwMinorVersion == 2)
{
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
? "8" : "Server 8");
? "8" : "Server 2012");
strcat (osname, " (not yet supported!)");
}
DWORD prod;