Files

12 lines
307 B
Diff
Raw Permalink Normal View History

2026-03-18 00:39:54 -04:00
--- Makefile.orig 2026-03-18 20:24:13
+++ Makefile 2026-03-18 20:28:35
2025-11-08 09:31:58 +01:00
@@ -59,7 +59,7 @@
2023-11-12 12:05:58 -05:00
2025-11-08 09:31:58 +01:00
PACKAGE := github.com/lima-vm/lima/v2
2023-11-12 12:05:58 -05:00
2026-03-18 00:39:54 -04:00
-VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always --tags 2>/dev/null)
2024-11-08 17:50:08 -05:00
+VERSION := @@VERSION@@
2023-11-12 12:05:58 -05:00
VERSION_TRIMMED := $(VERSION:v%=%)
2026-03-18 00:39:54 -04:00
ifeq ($(VERSION),)