Skip to content

Commit

Permalink
Use main repo version for reaper, since the module is tracked by the …
Browse files Browse the repository at this point in the history
…repo already
  • Loading branch information
loathingKernel committed Mar 21, 2024
1 parent 8069bbe commit f16ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f16ef74

Please sign in to comment.