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

Bump version string

This commit is contained in:
Ricardo Garcia 2008-08-09 09:43:25 +02:00
parent 65cd34c5d7
commit 0ddf38df18

View file

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