aboutsummaryrefslogtreecommitdiff
path: root/youtube-dl
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-09-13 10:48:21 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:52 +0100
commitad0525b3e675f03f92c8ba7d1b15554be6884d54 (patch)
treef05eaa86cdc2e303a8bc5eaa34e9d0b460ec66f1 /youtube-dl
parent30edbf89e484172698f1c71613628de481beb97c (diff)
downloadyoutube-dl-ad0525b3e675f03f92c8ba7d1b15554be6884d54.tar.xz
Bump version number2009.09.13
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 b1f271793..5afff4e61 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1097,7 +1097,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='INTERNAL',
+ version='2009.09.13',
conflict_handler='resolve',
)