summaryrefslogtreecommitdiff
path: root/xdelta3/setup.py
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-10-10 09:22:04 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-10-10 09:22:04 +0000
commit0fbb5388d7c483adeb5ba872dc19b7a3589b1455 (patch)
tree9dcad5e0842ca2d852b87784496dedfddca7d031 /xdelta3/setup.py
parentc3e680eb87190ce1468b0e6b8fb7b9d9f4f05593 (diff)
3.0r release
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 6e2bd66..e5b67ad 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='0p_0' 52REL='0r'
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.