summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-03-03 21:44:00 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:23:52 +0100
commit7ab2043c9c740e12abf02d065e282f28516939c0 (patch)
tree865c67019b18d37846d7be789209bf3cff3e300a
parent3e703dd1cd67100cbf7de001377ecacf20298cfa (diff)
downloadyoutube-dl-7ab2043c9c740e12abf02d065e282f28516939c0.tar.gz
youtube-dl-7ab2043c9c740e12abf02d065e282f28516939c0.tar.xz
youtube-dl-7ab2043c9c740e12abf02d065e282f28516939c0.zip
Bump version number 2009.03.03
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 4ddf62274..192f9b21f 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -941,7 +941,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 				usage='Usage: %prog [options] url...',
-				version='2009.02.07',
+				version='2009.03.03',
 				conflict_handler='resolve',
 				)
 		parser.add_option('-h', '--help',