diff options
Diffstat (limited to 'xdelta3')
-rw-r--r-- | xdelta3/Makefile | 2 | ||||
-rw-r--r-- | xdelta3/Makefile.mingw | 2 | ||||
-rw-r--r-- | xdelta3/setup.py | 2 | ||||
-rw-r--r-- | xdelta3/xdelta3-main.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile index 743ec98..3309c49 100644 --- a/xdelta3/Makefile +++ b/xdelta3/Makefile | |||
@@ -57,7 +57,7 @@ CFLAGS= -Wall -Wshadow -fno-builtin | |||
57 | WFLAGS= -Wextra -Wsign-compare -Wconversion -Wextra -Wno-unused-parameter | 57 | WFLAGS= -Wextra -Wsign-compare -Wconversion -Wextra -Wno-unused-parameter |
58 | 58 | ||
59 | # $Format: "REL=$Xdelta3Version$" $ | 59 | # $Format: "REL=$Xdelta3Version$" $ |
60 | REL=3.0wRC11 | 60 | REL=3.0w |
61 | 61 | ||
62 | RELDIR = xdelta$(REL) | 62 | RELDIR = xdelta$(REL) |
63 | 63 | ||
diff --git a/xdelta3/Makefile.mingw b/xdelta3/Makefile.mingw index 9b40b6b..d2706a9 100644 --- a/xdelta3/Makefile.mingw +++ b/xdelta3/Makefile.mingw | |||
@@ -55,7 +55,7 @@ CFLAGS= -Wall -Wshadow -fno-builtin | |||
55 | XDWINFLAGS:=-DXD3_STDIO=0 -DXD3_POSIX=0 -DXD3_WIN32=1 -DEXTERNAL_COMPRESSION=0 | 55 | XDWINFLAGS:=-DXD3_STDIO=0 -DXD3_POSIX=0 -DXD3_WIN32=1 -DEXTERNAL_COMPRESSION=0 |
56 | 56 | ||
57 | # $Format: "REL=$Xdelta3Version$" $ | 57 | # $Format: "REL=$Xdelta3Version$" $ |
58 | REL=3.0u | 58 | REL=3.0w |
59 | 59 | ||
60 | RELDIR = xdelta$(REL) | 60 | RELDIR = xdelta$(REL) |
61 | 61 | ||
diff --git a/xdelta3/setup.py b/xdelta3/setup.py index 32b20cf..cb67b02 100644 --- a/xdelta3/setup.py +++ b/xdelta3/setup.py | |||
@@ -50,7 +50,7 @@ xdelta3_ext = Extension('xdelta3main', | |||
50 | ]) | 50 | ]) |
51 | 51 | ||
52 | # $Format: "REL='$Xdelta3Version$'" $ | 52 | # $Format: "REL='$Xdelta3Version$'" $ |
53 | REL='3.0wRC1' | 53 | REL='3.0w' |
54 | 54 | ||
55 | # This provides xdelta3.main(), which calls the xdelta3 command-line main() | 55 | # This provides xdelta3.main(), which calls the xdelta3 command-line main() |
56 | # from python. | 56 | # from python. |
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h index 5df29e2..5a3f1f4 100644 --- a/xdelta3/xdelta3-main.h +++ b/xdelta3/xdelta3-main.h | |||
@@ -383,7 +383,7 @@ static int | |||
383 | main_version (void) | 383 | main_version (void) |
384 | { | 384 | { |
385 | /* $Format: " DP(RINT \"Xdelta version $Xdelta3Version$, Copyright (C) 2007, 2008, Joshua MacDonald\n\");" $ */ | 385 | /* $Format: " DP(RINT \"Xdelta version $Xdelta3Version$, Copyright (C) 2007, 2008, Joshua MacDonald\n\");" $ */ |
386 | DP(RINT "Xdelta version 3.0wRC1, Copyright (C) 2007, 2008, Joshua MacDonald\n"); | 386 | DP(RINT "Xdelta version 3.0w, Copyright (C) 2007, 2008, Joshua MacDonald\n"); |
387 | DP(RINT "Xdelta comes with ABSOLUTELY NO WARRANTY.\n"); | 387 | DP(RINT "Xdelta comes with ABSOLUTELY NO WARRANTY.\n"); |
388 | DP(RINT "This is free software, and you are welcome to redistribute it\n"); | 388 | DP(RINT "This is free software, and you are welcome to redistribute it\n"); |
389 | DP(RINT "under certain conditions; see \"COPYING\" for details.\n"); | 389 | DP(RINT "under certain conditions; see \"COPYING\" for details.\n"); |