summaryrefslogtreecommitdiff
path: root/usr/version.h
blob: a8324191e7b62de5c4167a2b7a0d5b9ee299ce42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ISCSI_VERSION_DEF
#define ISCSI_VERSION_DEF

/*
 * iSCSI tools version.
 * 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.1.3"
#define ISCSI_VERSION_FILE	"/sys/module/scsi_transport_iscsi/version"

#endif