diff options
-rwxr-xr-x | xdelta3/Makefile | 2 | ||||
-rwxr-xr-x | xdelta3/setup.py | 2 | ||||
-rwxr-xr-x | xdelta3/xdelta3-main.h | 2 | ||||
-rwxr-xr-x | xdelta3/xdelta3.h | 2 | ||||
-rwxr-xr-x | xdelta3/xdelta3.prj | 2 |
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$" $ |
33 | REL=0k | 33 | REL=0l |
34 | RELDIR = xdelta3$(REL) | 34 | RELDIR = xdelta3$(REL) |
35 | 35 | ||
36 | all: xdelta3-debug xdelta3 $(PYTGT) | 36 | all: 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$'" $ |
39 | REL='0k' | 39 | REL='0l' |
40 | 40 | ||
41 | setup(name='xdelta3', | 41 | setup(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 | |||
321 | main_version (void) | 321 | main_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 line</a><br> <a href=\"xdelta3-api-guide.html\">api 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 line</a><br> <a href=\"xdelta3-api-guide.html\">api 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 |