summaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/expr.c b/src/expr.c
index 3376a6dfd..4fc074910 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -34,7 +34,6 @@
#include <regex.h>
#include "system.h"
-#include "version.h"
#include "long-options.h"
#include "error.h"
@@ -159,7 +158,7 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "expr", version_string, usage);
+ parse_long_options (argc, argv, "expr", PACKAGE_VERSION, usage);
if (argc == 1)
{