]> asedeno.scripts.mit.edu Git - youtube-dl.git/commitdiff
Replace version number while in progress
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Wed, 4 Mar 2009 21:06:18 +0000 (22:06 +0100)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:23:58 +0000 (11:23 +0100)
youtube-dl

index 192f9b21fa711ca99565cbb270ee60de3c1a5cc6..f230d28fc8312f94314c3609fab3871c37634366 100755 (executable)
@@ -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',