From 33d2ceccbe41a2abdb4b145ba56138b55e5d4973 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 22 Aug 2002 03:53:17 +0000 Subject: s/__openbox_version/OPENBOX_VERSION --- util/epist/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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 -- cgit v1.2.3