libraries/javacomm: Allow VERSION override from environment.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-20 04:07:18 -04:00 committed by David Spencer
parent 5ca045e5e1
commit 19a341b1c5

View file

@ -5,7 +5,7 @@
# This script is dedicated to the public domain
PRGNAM=javacomm
VERSION=2.0
VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}