1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-14 09:09:33 +00:00

Bump version number

This commit is contained in:
Ricardo Garcia 2008-09-20 11:17:04 +02:00
parent 2546e7679f
commit d853063955

View file

@ -837,7 +837,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
version='2008.08.09',
version='2008.09.20',
conflict_handler='resolve',
)
parser.add_option('-h', '--help',