summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2008-09-13 12:26:35 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2008-09-13 12:26:35 +0000
commit3f45014f9ed4132a7f388a034237e9ab93fe7ffe (patch)
treeaa36e40c42aee5dfd8149415dc6607487186fd92
parent8c432a0ff6c916d30d18a8b2d3ee33f3219976c2 (diff)
Remove "pre0"
-rw-r--r--xdelta3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile
index 2b61a46..bbc6d2a 100644
--- a/xdelta3/Makefile
+++ b/xdelta3/Makefile
@@ -55,7 +55,7 @@ WIXDIR = "/cygdrive/c/Program Files/wix2.0.4820"
55CFLAGS= -Wall -Wshadow -fno-builtin 55CFLAGS= -Wall -Wshadow -fno-builtin
56 56
57# $Format: "REL=$Xdelta3Version$" $ 57# $Format: "REL=$Xdelta3Version$" $
58REL=3.0u_pre0 58REL=3.0u
59 59
60RELDIR = xdelta$(REL) 60RELDIR = xdelta$(REL)
61 61