almost 10 years of fluxbox

This commit is contained in:
Mathias Gumz 2011-02-23 17:15:19 +01:00
parent 23d67b7f14
commit 1797d6895c

View file

@ -277,7 +277,7 @@ static void parseOptions(int argc, char** argv, Options& opts) {
}
} else if (arg == "-version" || arg == "-v" || arg == "--version") {
// print current version string
cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2010 Fluxbox Team " << endl << endl;
cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2011 Fluxbox Team " << endl << endl;
exit(EXIT_SUCCESS);
} else if (arg == "-log" || arg == "--log") {
if (++i >= argc) {