diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2007-12-07 05:19:12 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2007-12-07 05:19:12 +0000 |
commit | 4f77a2c07c1a2cb306ac7ce85c93f6097701fdc7 (patch) | |
tree | 80ab7f128004858d5489d8d9b05c36e5f9125714 /xdelta3/setup.py | |
parent | 440ec9c30484dbb2cbd56b3762c4ba9961efcf22 (diff) |
Patches from A. Mennucc for Debian. Fixing makfile for Cygwin
conditional compilation, which is irregular.
Diffstat (limited to 'xdelta3/setup.py')
-rw-r--r-- | xdelta3/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/setup.py b/xdelta3/setup.py index 7678d9a..b2c9022 100644 --- a/xdelta3/setup.py +++ b/xdelta3/setup.py | |||
@@ -49,7 +49,7 @@ xdelta3_ext = Extension('xdelta3main', | |||
49 | ]) | 49 | ]) |
50 | 50 | ||
51 | # $Format: "REL='$Xdelta3Version$'" $ | 51 | # $Format: "REL='$Xdelta3Version$'" $ |
52 | REL='3.0s' | 52 | REL='3.0t' |
53 | 53 | ||
54 | # This provides xdelta3.main(), which calls the xdelta3 command-line main() | 54 | # This provides xdelta3.main(), which calls the xdelta3 command-line main() |
55 | # from python. | 55 | # from python. |