From e17924a367e6008c669b31f4dcf82ccfee7d3877 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Thu, 3 Oct 2019 14:31:05 -0500 Subject: Changed makefile libloragw_version to based on git describe --- libloragw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libloragw/Makefile b/libloragw/Makefile index 4575bdc..6edeb46 100644 --- a/libloragw/Makefile +++ b/libloragw/Makefile @@ -1,6 +1,6 @@ ### get external defined data -LIBLORAGW_VERSION := `cat ../VERSION` +LIBLORAGW_VERSION := $(shell git describe) include library.cfg ### constant symbols -- cgit v1.2.3