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

Increase version number

This commit is contained in:
Ricardo Garcia 2008-07-25 23:43:45 +02:00
parent b1a1f8ea8f
commit a7d06f400c

View file

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