summaryrefslogtreecommitdiff
path: root/xdelta3/setup.py
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-11-09 05:32:50 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-11-09 05:32:50 +0000
commit6c303e681012e5abf252d28eaff0a5d084a18f64 (patch)
tree0c66586d8986b1cefea7099c96788ea66b830278 /xdelta3/setup.py
parentda0238b63c9c3dbd4fc31113d73e4dde26042440 (diff)
Release 3.0s
Diffstat (limited to 'xdelta3/setup.py')
-rw-r--r--xdelta3/setup.py2
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$'" $
52REL='0r' 52REL='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.