diff options
Diffstat (limited to 'util')
| -rw-r--r-- | util/epist/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/main.cc b/util/epist/main.cc index 900a2342..2f39212e 100644 --- a/util/epist/main.cc +++ b/util/epist/main.cc @@ -81,7 +81,7 @@ int main(int argc, char **argv) { usage(); } else if (argvi == "-version") { fprintf(stderr, "epist - shipped with openbox %s\n", - __openbox_version); + OPENBOX_VERSION); exit(0); } else |
