summaryrefslogtreecommitdiff
path: root/src/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nice.c')
-rw-r--r--src/nice.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nice.c b/src/nice.c
index 579a206be..c4f5b0a60 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -30,7 +30,6 @@
#include <sys/resource.h>
#endif
-#include "version.h"
#include "system.h"
#include "long-options.h"
#include "error.h"
@@ -68,7 +67,7 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "nice", version_string, usage);
+ parse_long_options (argc, argv, "nice", PACKAGE_VERSION, usage);
for (optind = 1; optind < argc; /* empty */)
{