iprutils/version.mk
brking 4c5eeb2ffc - Removed mention of primary/secondary adapters in some error
screens since multi-initiator RAID is not supported and the
  messages will just cause confusion.
- iprconfig: During disk hotplug, wait for sd devices to show
  up. Fixes errors getting logged by iprconfig during hotplug.
- iprconfig: Fix cancel path on concurrent add/remove of disks
- Don't display current bus width and speed for SAS disks
- Fix scoping bug caught by gcc 4.0.
- Stop iprupdate from continually logging errors for adapters with
  backlevel adapter firmware.
2005-03-25 22:21:00 +00:00

20 lines
718 B
Makefile

# (C) Copyright 2000, 2001
# International Business Machines Corporation and others.
# All Rights Reserved. This program and the accompanying
# materials are made available under the terms of the
# Common Public License v1.0 which accompanies this distribution.
IPR_MAJOR_RELEASE=2
IPR_MINOR_RELEASE=0
IPR_FIX_LEVEL=14.1
IPR_RELEASE=1
IPR_FIX_DATE=(March 25, 2005)
IPR_VERSION_STR=$(IPR_MAJOR_RELEASE).$(IPR_MINOR_RELEASE).$(IPR_FIX_LEVEL) $(IPR_FIX_DATE)
IPR_DEFINES = -DIPR_MAJOR_RELEASE=$(IPR_MAJOR_RELEASE) \
-DIPR_MINOR_RELEASE=$(IPR_MINOR_RELEASE) \
-DIPR_FIX_LEVEL=$(IPR_FIX_LEVEL) \
-DIPR_FIX_DATE='"$(IPR_FIX_DATE)"' \
-DIPR_VERSION_STR='"$(IPR_VERSION_STR)"' \
-DIPR_RELEASE=$(IPR_RELEASE)