From f16ef74fbe15eb3b3392a04397a3820e2cb1a383 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Thu, 21 Mar 2024 02:02:08 +0200 Subject: [PATCH] Use main repo version for reaper, since the module is tracked by the repo already --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index dd32315cd..4847af751 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,7 @@ ULWGL/ULWGL_VERSION.json: ULWGL/ULWGL_VERSION.json.in $(info :: Updating $(@) ) cp $(<) $(<).tmp sed 's|##ULWGL_VERSION##|$(shell git describe --always --long --tags)|g' -i $(<).tmp - sed 's|##REAPER_VERSION##|$(shell git -C subprojects/reaper describe --always --long --tags)|g' -i $(<).tmp + sed 's|##REAPER_VERSION##|$(shell git describe --always --long --tags)|g' -i $(<).tmp mv $(<).tmp $(@) .PHONY: version