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 c737c36e74
commit 8284d1cea3
1 changed files with 1 additions and 1 deletions

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}