You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
739 B
25 lines
739 B
From 8f7669c48198989eac5e08664133f56371ad963b Mon Sep 17 00:00:00 2001 |
|
From: Chris Leech <cleech@redhat.com> |
|
Date: Mon, 21 Jan 2013 15:43:36 -0800 |
|
Subject: use Red Hat version string to match RPM package version |
|
|
|
--- |
|
usr/version.h | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/usr/version.h b/usr/version.h |
|
index 20f07946be1f..baa8c00c7185 100644 |
|
--- a/usr/version.h |
|
+++ b/usr/version.h |
|
@@ -6,7 +6,7 @@ |
|
* This may not be the same value as the kernel versions because |
|
* some other maintainer could merge a patch without going through us |
|
*/ |
|
-#define ISCSI_VERSION_STR "2.0-874" |
|
+#define ISCSI_VERSION_STR "6.2.0.874-10" |
|
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version" |
|
|
|
#endif |
|
-- |
|
2.9.3 |
|
|
|
|