diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-11 04:06:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-11 04:06:25 +0000 |
| commit | 51ff1497487dc9c5c9255c1e01f03d5012a5c3fe (patch) | |
| tree | 8fb68587919eca0887e054caabcd2f65db1ae2bd /src | |
| parent | af8b457f40997d2a7b2d7c8fdbcd7aee177d7e75 (diff) | |
new autoconf shit woowoo
Diffstat (limited to 'src')
| -rw-r--r-- | src/openbox.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openbox.cc b/src/openbox.cc index 3232827f..42cc1fef 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -4,7 +4,6 @@ # include "../config.h" #endif -#include "../version.h" #include "openbox.hh" #include "client.hh" #include "screen.hh" @@ -265,7 +264,7 @@ void Openbox::parseCommandLine(int argc, char **argv) void Openbox::showVersion() { - printf(_("Openbox - version %s\n"), OPENBOX_VERSION); + printf(_("Openbox - version %s\n"), VERSION); printf(" (c) 2002 - 2002 Ben Jansens\n\n"); } |
