summaryrefslogtreecommitdiff
path: root/xdelta3/setup.py
diff options
context:
space:
mode:
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.