summaryrefslogtreecommitdiff
path: root/ppscheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'ppscheck.c')
-rw-r--r--ppscheck.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppscheck.c b/ppscheck.c
index 1a6a9acc..027764e2 100644
--- a/ppscheck.c
+++ b/ppscheck.c
@@ -29,6 +29,7 @@
#include <sys/ioctl.h>
#include <errno.h>
#include <time.h>
+#include "revision.h"
struct assoc {
int mask;
@@ -83,7 +84,7 @@ int main(int argc, char *argv[])
usage();
exit(0);
case 'V':
- (void)printf("%s: %s\n", argv[0], "3.17");
+ (void)printf("%s: %s\n", argv[0], REVISION);
exit(EXIT_SUCCESS);
}
}