youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 4b0d9eed458d862ce938849a9dc88a9a56f57dc2
parent 3efa45c3a25d455f610439c56c50f2c7cfd0337b
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Tue, 29 Mar 2011 20:32:07 +0200

Bump version number

Diffstat:
MLATEST_VERSION | 2+-
Myoutube-dl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

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