aboutsummaryrefslogtreecommitdiffstats
path: root/youtube-dl
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-01-06 10:51:38 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:25:05 +0100
commitf1b4bee09d9fbaf5d25c4307f285b7ab4a00461a (patch)
tree3147923737f00acc5c032dea7fe57ad72b034e91 /youtube-dl
parenta04e80a481cf21b4d9ff02d7fee615ef2af83941 (diff)
downloadhypervideo-pre-f1b4bee09d9fbaf5d25c4307f285b7ab4a00461a.tar.lz
hypervideo-pre-f1b4bee09d9fbaf5d25c4307f285b7ab4a00461a.tar.xz
hypervideo-pre-f1b4bee09d9fbaf5d25c4307f285b7ab4a00461a.zip
Bump version number
Diffstat (limited to 'youtube-dl')
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index bdc33b57f..640ed4bdc 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1217,7 +1217,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.01.05',
+ version='2010.01.06',
conflict_handler='resolve',
)