iprutils/version.mk
Wen Xiong 540af6c0f2 iprutils: move up iprutils version to 2.3.16
This patch moves iprutils version to 2.3.16

Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
2013-11-05 13:50:11 -06:00

20 lines
714 B
Makefile

# (C) Copyright 2000, 2011
# 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=3
IPR_FIX_LEVEL=16
IPR_RELEASE=1
IPR_FIX_DATE=(Nov 05, 2013)
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)