X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmain.cc;h=c16fba2d809c02abf640aac08a8d4f754a37c8b1;hb=bf575744a75edd5ca4449594964ac9171f7c429a;hp=f192c0a191fe4f771e38f4cee57a52dfba9390aa;hpb=296c12c0361d64ad612d22154440ad4046938300;p=chaz%2Fopenbox diff --git a/src/main.cc b/src/main.cc index f192c0a1..c16fba2d 100644 --- a/src/main.cc +++ b/src/main.cc @@ -69,7 +69,7 @@ static void showHelp(int exitval) { " -menu \t\tuse alternate menu file.\n" " -version\t\t\tdisplay version and exit.\n" " -help\t\t\t\tdisplay this help text and exit.\n\n"), - __openbox_version); + OPENBOX_VERSION); // some people have requested that we print out compile options // as well @@ -172,7 +172,7 @@ int main(int argc, char **argv) { printf("Openbox %s : (c) 2002 - 2002 Ben Jansens\n" " 2001 - 2002 Sean 'Shaleh' Perry\n" " 1997 - 2000, 2002 Brad Hughes\n\n", - __openbox_version); + OPENBOX_VERSION); ::exit(0); } else if (! strcmp(argv[i], "-help")) {