1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-22 10:11:52 +00:00

Restore INTERNAL version number

This commit is contained in:
Ricardo Garcia 2009-09-08 09:54:51 +02:00
parent dd24ff44ab
commit 2a04438c7c

View file

@ -1084,7 +1084,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='2009.09.08', version='INTERNAL',
conflict_handler='resolve', conflict_handler='resolve',
) )