diff --git a/LATEST_VERSION b/LATEST_VERSION index d8a0ea96f..70456bc34 100644 --- a/LATEST_VERSION +++ b/LATEST_VERSION @@ -1 +1 @@ -2009.09.08 +2009.09.13 diff --git a/youtube-dl b/youtube-dl index b1f271793..5afff4e61 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1097,7 +1097,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.09.13', conflict_handler='resolve', )