From 4601a2b93322fd88ab0bebd88e2b17c11ed8b274 Mon Sep 17 00:00:00 2001 From: Suyash Kumar Date: Thu, 17 Dec 2020 00:05:25 -0500 Subject: [PATCH] Update VERSION Makefile variable (#156) This updates the way the VERSION Makefile variable works. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4b7ccfe..ac1c1910 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BINARY = dicomutil -VERSION != git describe --tags --always +VERSION = `git describe --tags --always` .PHONY: build build: