youtube-dl

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

commit 8cc468de759d5fb729edb0f150fce91159b75e5d
parent 31bcb4800152ec3d7a3efb9e59018df989b11153
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Sat, 13 Feb 2010 17:27:09 +0100

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