# | Line 46 | Line 46 | |
---|---|---|
46 | // | |
47 | // Douglas Thrift | |
48 | // | |
49 | < | // $Id: Search.cpp,v 1.24 2003/11/18 00:11:07 douglas Exp $ |
49 | > | // $Id: Search.cpp,v 1.25 2003/12/11 03:22:26 douglas Exp $ |
50 | ||
51 | #include "Search.h" | |
52 | #include "Indexer.h" | |
# | Line 61 | Line 61 | |
61 | ||
62 | string program; | |
63 | string programName = "Douglas Thrift's Search Engine"; | |
64 | < | string programVersion = "1.2rc1"; |
64 | > | string programVersion = "1.2rc2"; |
65 | bool debug = false; | |
66 | ||
67 | int main(int argc, char* argv[]) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |