logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: a692ca7c4986cc6dd2d4c6d8091b1ed1ca0de7a7
parent 9c457d2a2019f3d52aa17614cc8087989e105413
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat, 26 Dec 2009 19:58:11 +0100

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.09.13 +2009.12.26 diff --git a/youtube-dl b/youtube-dl @@ -1176,7 +1176,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.12.26', conflict_handler='resolve', )