diff --git a/LATEST_VERSION b/LATEST_VERSION index 960388100..a4b357ab0 100644 --- a/LATEST_VERSION +++ b/LATEST_VERSION @@ -1 +1 @@ -2010.07.24 +2010.08.04 diff --git a/youtube-dl b/youtube-dl index 727c331f6..d54694954 100755 --- a/youtube-dl +++ b/youtube-dl @@ -2087,7 +2087,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.07.24', + version='2010.08.04', conflict_handler='resolve', )