commit: 0833f1eb839a6677ec2e850c763b84164df30433
parent ad0525b3e675f03f92c8ba7d1b15554be6884d54
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Sun, 13 Sep 2009 10:49:25 +0200
Restore INTERNAL version number
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube-dl b/youtube-dl
@@ -1097,7 +1097,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2009.09.13',
+ version='INTERNAL',
conflict_handler='resolve',
)