Skip to content

Commit

Permalink
Bump version string
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 committed Oct 31, 2010
1 parent 65cd34c commit 0ddf38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube-dl
Expand Up @@ -836,7 +836,7 @@ if __name__ == '__main__':
# Parse command line # Parse command line
parser = optparse.OptionParser( parser = optparse.OptionParser(
usage='Usage: %prog [options] url...', usage='Usage: %prog [options] url...',
version='2008.07.26', version='2008.08.09',
conflict_handler='resolve', conflict_handler='resolve',
) )
parser.add_option('-h', '--help', parser.add_option('-h', '--help',
Expand Down

0 comments on commit 0ddf38d

Please sign in to comment.