From 2df6973c2601ecb9ef6a416fc48b1f5289ab801a Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 13 Nov 2024 08:46:56 +0100 Subject: [PATCH] Removed libversion because the tag should be used for future versioning --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 0d88123..236192a 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,6 @@ ARCH_FILTER=RHEL% # additional module dependencies REQUIRED+=asynMotor -# Release version -LIBVERSION=sinqMotor - # Source files to build SOURCES += src/sinqAxis.cpp SOURCES += src/sinqController.cpp