From 571a84881ebb07e5c307a748b705724ec2d8d3e4 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 7 Oct 2022 21:18:17 +0000 Subject: sg3_utils: freestanding sg_pr2serr.c pr_s 25+26 In order to use the new JSON code in pr2serr.[hc] in the lsscsi package, changes were made to remove dependencies on the rest of the sg_lib library. https://github.com/doug-gilbert/sg3_utils/pull/25 and .../pull/26 applied with minor change. More pull requests await the next revision. git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@974 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/sg_lib_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sg_lib_data.c') diff --git a/lib/sg_lib_data.c b/lib/sg_lib_data.c index 66c9e98d..944c86c3 100644 --- a/lib/sg_lib_data.c +++ b/lib/sg_lib_data.c @@ -19,7 +19,7 @@ #include "sg_lib_data.h" -const char * sg_lib_version_str = "2.93 20220816"; +const char * sg_lib_version_str = "2.94 20221007"; /* spc6r06, sbc5r03, zbc2r13 */ -- cgit v1.2.3