logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: de3ed1f84a5107461cdc79009702b214819bb008
parent 0b59bf4a5e87f3e3c20520e906532ccb916f75cd
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sun,  6 Jun 2010 18:13:49 +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 @@ -2010.04.04 +2010.06.06 diff --git a/youtube-dl b/youtube-dl @@ -1987,7 +1987,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.04.04', + version='2010.06.06', conflict_handler='resolve', )