summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-10-04 17:47:32 +0100
committerReuben Thomas <rrt@sc3d.org>2010-10-04 17:47:32 +0100
commitb8b9736035475cd9dcbffb74dd6a87f6101a2250 (patch)
tree449045c7a3ae95e05bcf2c714931dbfa2eecfecc
parent3b03866a822e7f3ec22e5f7bfeff5967835a9833 (diff)
downloadlrexlib-rel-2-5-1.tar.gz
Add minor version number MINORV for building Zip files.rel-2-5-1
-rw-r--r--Makefile2
-rw-r--r--src/defaults.mak1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bed2d2..2180809 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
include src/defaults.mak
REGNAMES = gnu pcre posix oniguruma tre
-DISTFILE = lrexlib-$(V).zip
+DISTFILE = lrexlib-$(V).$(MINORV).zip
all:
@for i in $(REGNAMES); do \
diff --git a/src/defaults.mak b/src/defaults.mak
index 676f11b..36fb5f6 100644
--- a/src/defaults.mak
+++ b/src/defaults.mak
@@ -1,6 +1,7 @@
# default settings for lrexlib
V = 2.5
+MINORV = 1
INC_LUA =
LIB_LUA =