summaryrefslogtreecommitdiff
path: root/xdelta3/Makefile
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2009-03-12 01:47:01 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2009-03-12 01:47:01 +0000
commit80c9e15bc657b623c19cda6af2778dacd906be81 (patch)
tree8b856c0e779eac00243528f52b671a3243abed22 /xdelta3/Makefile
parentc2ac8336ee676ec6f2d3a24e6eeb339a5fda30ba (diff)
Update version
Diffstat (limited to 'xdelta3/Makefile')
-rw-r--r--xdelta3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile
index e9ce247..3a5c6b0 100644
--- a/xdelta3/Makefile
+++ b/xdelta3/Makefile
@@ -57,7 +57,7 @@ CFLAGS= -Wall -Wshadow -fno-builtin
57WFLAGS= -Wextra -Wsign-compare -Wconversion -Wextra -Wno-unused-parameter 57WFLAGS= -Wextra -Wsign-compare -Wconversion -Wextra -Wno-unused-parameter
58 58
59# $Format: "REL=$Xdelta3Version$" $ 59# $Format: "REL=$Xdelta3Version$" $
60REL=3.0u 60REL=3.0v
61 61
62RELDIR = xdelta$(REL) 62RELDIR = xdelta$(REL)
63 63