diff --git a/firmware/ansible.mk b/firmware/ansible.mk index 9d10234..e5c673e 100644 --- a/firmware/ansible.mk +++ b/firmware/ansible.mk @@ -46,7 +46,7 @@ SOURCES = \ $(wildcard mock_hardware/modules/ansible/*.c) \ # Add the git commit id to a file for use when printing out the version -ansible/src/gitversion.c: $(shell find ../.git/modules/firmware/$(TARGET_NAME)/refs) ../.git/modules/firmware/$(TARGET_NAME)/packed-refs ../.git/modules/firmware/$(TARGET_NAME)/HEAD +ansible/src/gitversion.c: $(TARGET_NAME) echo "const char *git_version = \"$(GIT_VERSION)\";" > $@ include common.mk diff --git a/firmware/teletype.mk b/firmware/teletype.mk index 4f1d7cd..0aadd6f 100644 --- a/firmware/teletype.mk +++ b/firmware/teletype.mk @@ -51,7 +51,7 @@ $(TARGET_NAME)/src/scanner.c: $(TARGET_NAME)/src/scanner.rl $(RAGEL) -C -G2 $(TARGET_NAME)/src/scanner.rl -o $(TARGET_NAME)/src/scanner.c # Add the git commit id to a file for use when printing out the version -$(TARGET_NAME)/module/gitversion.c: $(shell find ../.git/modules/firmware/$(TARGET_NAME)/refs) ../.git/modules/firmware/$(TARGET_NAME)/packed-refs ../.git/modules/firmware/$(TARGET_NAME)/HEAD +$(TARGET_NAME)/module/gitversion.c: $(TARGET_NAME) echo "const char *git_version = \"$(GIT_VERSION)\";" > $@ include common.mk diff --git a/plugin.json b/plugin.json index f0b7dfe..503de85 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "slug": "monome", "name": "monome", - "version": "2.2.6", + "version": "2.2.7", "minRackVersion": "2.4.0", "license": "GPL-2.0-only", "author": "Michael Dewberry",