diff options
Diffstat (limited to 'xdelta3/setup.py')
-rwxr-xr-x | xdelta3/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/setup.py b/xdelta3/setup.py index ed1e1aa..faee42b 100755 --- a/xdelta3/setup.py +++ b/xdelta3/setup.py | |||
@@ -52,7 +52,7 @@ xdelta3_ext = Extension('xdelta3', | |||
52 | ]) | 52 | ]) |
53 | 53 | ||
54 | # $Format: "REL='$Xdelta3Version$'" $ | 54 | # $Format: "REL='$Xdelta3Version$'" $ |
55 | REL='0m' | 55 | REL='0n' |
56 | 56 | ||
57 | # This provides xdelta3.main(), which calls the xdelta3 command-line main() | 57 | # This provides xdelta3.main(), which calls the xdelta3 command-line main() |
58 | # from python. | 58 | # from python. |