diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2009-10-26 06:28:22 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2009-10-26 06:28:22 +0000 |
commit | 8b1a211185018b2b80ffe950e8d82de4c8c0f214 (patch) | |
tree | b76d80993cc0ed770aca2397e03ba9502b1dca50 /xdelta3/setup.py | |
parent | e73f65e11cf9afa079b2e68f7be5ca9bb1d62334 (diff) |
Release 3.0w
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 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. |