summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-02-07 12:29:00 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:23:48 +0100
commitfd209848897f45e9df8931d14e937f0b0ed2a547 (patch)
tree0d13442210e362a80156f94f60b37e82ef1e0bbe
parent111ae3695c4c4c080a9cd15c60c6eea854bb711e (diff)
downloadyoutube-dl-2009.02.07.tar.gz
youtube-dl-2009.02.07.tar.xz
youtube-dl-2009.02.07.zip
Bump version number 2009.02.07
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index de6c7a1d1..a0cafeae9 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.01.31',
+				version='2009.02.07',
 				conflict_handler='resolve',
 				)
 		parser.add_option('-h', '--help',