summaryrefslogtreecommitdiffstats
path: root/src/ptsematest/ptsematest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ptsematest/ptsematest.c')
-rw-r--r--src/ptsematest/ptsematest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptsematest/ptsematest.c b/src/ptsematest/ptsematest.c
index 7558a41..a31c745 100644
--- a/src/ptsematest/ptsematest.c
+++ b/src/ptsematest/ptsematest.c
@@ -162,7 +162,7 @@ void *semathread(void *param)
static void display_help(void)
{
- printf("ptsematest V %1.2f\n", VERSION_STRING);
+ printf("ptsematest V %1.2f\n", VERSION);
puts("Usage: ptsematest <options>");
puts("Function: test POSIX threads mutex latency");
puts(