summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxdelta3/Makefile2
-rwxr-xr-xxdelta3/setup.py2
-rwxr-xr-xxdelta3/xdelta3-main.h2
-rwxr-xr-xxdelta3/xdelta3.h2
-rwxr-xr-xxdelta3/xdelta3.prj2
5 files changed, 5 insertions, 5 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile
index 968ab15..e2c635c 100755
--- a/xdelta3/Makefile
+++ b/xdelta3/Makefile
@@ -30,7 +30,7 @@ EXTRA = Makefile COPYING linkxd3lib.c badcopy.c www \
30 draft-korn-vcdiff.txt xdelta3.vcproj badcopy.vcproj 30 draft-korn-vcdiff.txt xdelta3.vcproj badcopy.vcproj
31 31
32# $Format: "REL=$Xdelta3Version$" $ 32# $Format: "REL=$Xdelta3Version$" $
33REL=0k 33REL=0l
34RELDIR = xdelta3$(REL) 34RELDIR = xdelta3$(REL)
35 35
36all: xdelta3-debug xdelta3 $(PYTGT) 36all: xdelta3-debug xdelta3 $(PYTGT)
diff --git a/xdelta3/setup.py b/xdelta3/setup.py
index 84b6cbf..75c6f91 100755
--- a/xdelta3/setup.py
+++ b/xdelta3/setup.py
@@ -36,7 +36,7 @@ xdelta3_ext = Extension('xdelta3',
36 ]) 36 ])
37 37
38# $Format: "REL='$Xdelta3Version$'" $ 38# $Format: "REL='$Xdelta3Version$'" $
39REL='0k' 39REL='0l'
40 40
41setup(name='xdelta3', 41setup(name='xdelta3',
42 version=REL, 42 version=REL,
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 0a2592e..cada82b 100755
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -321,7 +321,7 @@ static int
321main_version (void) 321main_version (void)
322{ 322{
323 /* $Format: " P(RINT \"VERSION=3.$Xdelta3Version$\\n\");" $ */ 323 /* $Format: " P(RINT \"VERSION=3.$Xdelta3Version$\\n\");" $ */
324 P(RINT "VERSION=3.0k\n"); 324 P(RINT "VERSION=3.0l\n");
325 return EXIT_SUCCESS; 325 return EXIT_SUCCESS;
326} 326}
327 327
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index 0c5bd43..a9ca8f1 100755
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -76,7 +76,7 @@
76 * instructions before they are optimized by picking the best non-overlapping ranges. The 76 * instructions before they are optimized by picking the best non-overlapping ranges. The
77 * larger this buffer, the longer a forced xd3_srcwin_setup() decision is held off. */ 77 * larger this buffer, the longer a forced xd3_srcwin_setup() decision is held off. */
78#ifndef XD3_DEFAULT_IOPT_SIZE 78#ifndef XD3_DEFAULT_IOPT_SIZE
79#define XD3_DEFAULT_IOPT_SIZE 128 79#define XD3_DEFAULT_IOPT_SIZE (1U<<12)
80#endif 80#endif
81 81
82/* The maximum distance backward to search for small matches */ 82/* The maximum distance backward to search for small matches */
diff --git a/xdelta3/xdelta3.prj b/xdelta3/xdelta3.prj
index 3775204..7111677 100755
--- a/xdelta3/xdelta3.prj
+++ b/xdelta3/xdelta3.prj
@@ -9,7 +9,7 @@
9(Checkin-Login jmacd) 9(Checkin-Login jmacd)
10(Populate-Ignore ()) 10(Populate-Ignore ())
11(Project-Keywords 11(Project-Keywords
12 (Xdelta3Version "0k") 12 (Xdelta3Version "0l")
13 (WWWLeftNavBar "<table cellpadding=\"20px\" width=700> <tr> <td class=\"leftbdr\" valign=top height=600 width=100> <div class=\"leftbody\"> <h1>Xdelta</h1> <a href=\"xdelta3.html\">overview</a><br> <a href=\"xdelta3-cmdline.html\">command&nbsp;line</a><br> <a href=\"xdelta3-api-guide.html\">api&nbsp;guide</a><br> <br><a href=\"http://xdelta.org\">xdelta.org</a></h2> </div> </td> <td valign=top width=500>") 13 (WWWLeftNavBar "<table cellpadding=\"20px\" width=700> <tr> <td class=\"leftbdr\" valign=top height=600 width=100> <div class=\"leftbody\"> <h1>Xdelta</h1> <a href=\"xdelta3.html\">overview</a><br> <a href=\"xdelta3-cmdline.html\">command&nbsp;line</a><br> <a href=\"xdelta3-api-guide.html\">api&nbsp;guide</a><br> <br><a href=\"http://xdelta.org\">xdelta.org</a></h2> </div> </td> <td valign=top width=500>")
14 ) 14 )
15(Files 15(Files