diff options
| author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-08-08 14:57:56 +0200 | 
|---|---|---|
| committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:44 +0100 | 
| commit | 0c8beb43f22c20cf0c217cf37c410fb76270bba3 (patch) | |
| tree | d78b8d140fa58fd06e6512ef80bb1973165f780e | |
| parent | 71b7300e63780e9495cbb1030061f469a17a66f4 (diff) | |
Bump version number2009.08.08
| -rw-r--r-- | LATEST_VERSION | 2 | ||||
| -rwxr-xr-x | youtube-dl | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/LATEST_VERSION b/LATEST_VERSION index a54ba968c..2f8b61a21 100644 --- a/LATEST_VERSION +++ b/LATEST_VERSION @@ -1 +1 @@ -2009.06.29 +2009.08.08 diff --git a/youtube-dl b/youtube-dl index 65781f959..99d07eeec 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1084,7 +1084,7 @@ if __name__ == '__main__':  		# Parse command line  		parser = optparse.OptionParser(  			usage='Usage: %prog [options] url...', -			version='2009.06.29', +			version='2009.08.08',  			conflict_handler='resolve',  		)  | 
