69 |
|
#endif |
70 |
|
|
71 |
|
string program, programName("Douglas Thrift's Search Engine"), |
72 |
< |
programVersion("1.3svn"); |
72 |
> |
programVersion("1.3beta"); |
73 |
|
bool debug(false); |
74 |
|
|
75 |
|
int main(int argc, char* argv[]) |
264 |
|
else |
265 |
|
{ |
266 |
|
string line; |
267 |
< |
|
267 |
> |
|
268 |
|
getline(cin, line); |
269 |
|
|
270 |
|
query = line; |
322 |
|
} |
323 |
|
else if (major == 5 && minor == 2 && os == "Windows NT") |
324 |
|
{ |
325 |
< |
platform << " [Windows .NET Server]"; |
325 |
> |
platform << " [Windows Server 2003 or Windows XP x64]"; |
326 |
> |
} |
327 |
> |
else if (major == 6 && minor == 0 && os == "Windows NT") |
328 |
> |
{ |
329 |
> |
platform << " [Windows Vista or Windows Server 2008]"; |
330 |
|
} |
331 |
|
|
332 |
|
platform << ' '; |