diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2007-11-09 05:32:50 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2007-11-09 05:32:50 +0000 |
commit | 6c303e681012e5abf252d28eaff0a5d084a18f64 (patch) | |
tree | 0c66586d8986b1cefea7099c96788ea66b830278 /xdelta3/setup.py | |
parent | da0238b63c9c3dbd4fc31113d73e4dde26042440 (diff) |
Release 3.0s
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 f6c2484..7678d9a 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='0r' | 52 | REL='3.0s' |
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. |