summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3038999..1e03f4e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ include src/defaults.mak
REGNAMES = gnu pcre posix oniguruma tre
PROJECT = lrexlib
-PROJECT_VERSIONED = $(PROJECT)-$(V).$(MINORV)
+VERSION = $(V).$(MINORV)
+PROJECT_VERSIONED = $(PROJECT)-$(VERSION)
DISTFILE = $(PROJECT_VERSIONED).zip
all: