aboutsummaryrefslogtreecommitdiff
path: root/src/sg_write_buffer.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2014-05-19 15:29:16 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2014-05-19 15:29:16 +0000
commit2ade02dba5f6120633793a0639d51cda8c9a1fb8 (patch)
tree13fb9682e6563abdf97e7e4335f557ca9f81c10d /src/sg_write_buffer.c
parent80bb62dbb1aec4465404d859556fe3f130755e3e (diff)
downloadsg3_utils-2ade02dba5f6120633793a0639d51cda8c9a1fb8.tar.gz
sg_lib_data: sync asc/ascq codes with T10 20140516, sync operation code with T10 20140515; sg_inq: sync version descriptors dated 20105176; sg_vpd: add --vendor=VP option
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@579 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_write_buffer.c')
-rw-r--r--src/sg_write_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sg_write_buffer.c b/src/sg_write_buffer.c
index 93908c08..fc14b1cb 100644
--- a/src/sg_write_buffer.c
+++ b/src/sg_write_buffer.c
@@ -26,7 +26,7 @@
* This utility issues the SCSI WRITE BUFFER command to the given device.
*/
-static const char * version_str = "1.14 20140515"; /* spc4r36s */
+static const char * version_str = "1.15 20140518"; /* spc4r37 */
#define ME "sg_write_buffer: "
#define DEF_XFER_LEN (8 * 1024 * 1024)