From: Ricardo Garcia Date: Sun, 3 Oct 2010 09:11:59 +0000 (+0200) Subject: Bump version number X-Git-Tag: 2010.10.03 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=f79007e542aad11469163952acacd6f878910cf8;p=youtube-dl.git Bump version number --- diff --git a/LATEST_VERSION b/LATEST_VERSION index a4b357ab01..92947daa5e 100644 --- a/LATEST_VERSION +++ b/LATEST_VERSION @@ -1 +1 @@ -2010.08.04 +2010.10.03 diff --git a/youtube-dl b/youtube-dl index 48258419f3..51344f27be 100755 --- a/youtube-dl +++ b/youtube-dl @@ -2101,7 +2101,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.08.04', + version='2010.10.03', conflict_handler='resolve', )