logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: dd24ff44ab34026dddfeef59ab03b6ec88cdf371
parent 304a4d85ea468fb2a39a7357cb28b64506246d42
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Tue,  8 Sep 2009 09:54:14 +0200

Bump version number

Diffstat:

MLATEST_VERSION2+-
Myoutube-dl2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LATEST_VERSION b/LATEST_VERSION @@ -1 +1 @@ -2009.08.08 +2009.09.08 diff --git a/youtube-dl b/youtube-dl @@ -1084,7 +1084,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.09.08', conflict_handler='resolve', )