youtube-dl

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

commit 8b07dec5f6492af73e8621fd9aa23b03290662aa
parent 113e5266cc6d5616aadb1a70590ebe6107d2b524
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Mon, 29 Jun 2009 09:25:19 +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 @@ -2009.05.30 +2009.06.29 diff --git a/youtube-dl b/youtube-dl @@ -1071,7 +1071,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.06.29', conflict_handler='resolve', )