From 521630b9177666ca5ed9212f989ef759aff76bb5 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 15 Sep 2015 17:24:47 +0200 Subject: [PATCH] version as double makes no sense because ordering with multi-digit minor numebers will be wrong anyway --- App/tools/driver.makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index b4e349d..7057294 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -784,9 +784,6 @@ MUNCH=tclsh $(VX_DIR)/host/src/hutils/munch.tcl endif ${VERSIONFILE}: -ifndef TESTVERSION - echo "double _${PRJ}LibVersion = $(basename ${LIBVERSION});" > $@ -endif echo "char _${PRJ}LibRelease[] = \"${LIBVERSION}\";" >> $@ # EPICS R3.14.*: