diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-03-04 22:06:18 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:58 +0100 |
commit | 76800042fd781e2df03db6502aac709e5f72e65b (patch) | |
tree | b3e2bb44f43fdb97912c2dc1ef32322f95a6d175 | |
parent | 7ab2043c9c740e12abf02d065e282f28516939c0 (diff) |
Replace version number while in progress
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 192f9b21f..f230d28fc 100755 --- a/youtube-dl +++ b/youtube-dl @@ -941,7 +941,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.03.03', + version='INTERNAL', conflict_handler='resolve', ) parser.add_option('-h', '--help', |