Blame libopeniscsiusr/version.h

Packit Service 646995
/*
Packit Service 646995
 * Copyright (C) 2017-2018 Red Hat, Inc.
Packit Service 646995
 *
Packit Service 646995
 * This program is free software: you can redistribute it and/or modify
Packit Service 646995
 * it under the terms of the GNU General Public License as published by
Packit Service 646995
 * the Free Software Foundation, either version 3 of the License, or
Packit Service 646995
 * (at your option) any later version.
Packit Service 646995
 *
Packit Service 646995
 * This program is distributed in the hope that it will be useful,
Packit Service 646995
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 646995
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 646995
 * GNU General Public License for more details.
Packit Service 646995
 *
Packit Service 646995
 * You should have received a copy of the GNU General Public License
Packit Service 646995
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit Service 646995
 *
Packit Service 646995
 * Author: Gris Ge <fge@redhat.com>
Packit Service 646995
 */
Packit Service 646995
Packit Service 646995
#ifndef __ISCSI_OPEN_USR_VERSION_H__
Packit Service 646995
#define __ISCSI_OPEN_USR_VERSION_H__
Packit Service 646995
Packit Service 646995
/*
Packit Service 646995
 * iSCSI tools version.
Packit Service 646995
 * This may not be the same value as the kernel versions because
Packit Service 646995
 * some other maintainer could merge a patch without going through us
Packit Service 646995
 */
Packit Service 646995
#define ISCSI_VERSION_STR	"2.1.2"
Packit Service 646995
Packit Service 646995
#endif  /* End of __ISCSI_OPEN_USR_VERSION_H__ */