aboutsummaryrefslogtreecommitdiff
path: root/testing/sg_sense_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sg_sense_test.c')
-rw-r--r--testing/sg_sense_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sg_sense_test.c b/testing/sg_sense_test.c
index 4ada185b..683fc9b0 100644
--- a/testing/sg_sense_test.c
+++ b/testing/sg_sense_test.c
@@ -13,7 +13,7 @@
/* This is a simple program that tests the sense data descriptor format
printout function in sg_lib.c
-* Copyright (C) 2004-2016 D. Gilbert
+* Copyright (C) 2004-2018 D. Gilbert
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
@@ -25,7 +25,7 @@
#define ME "sg_sense_test: "
-static char * version_str = "2.00 20160128";
+static const char * version_str = "2.01 20180119";
static struct option long_options[] = {
{"help", no_argument, 0, 'h'},