]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Restore INTERNAL version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Mon, 11 May 2009 18:13:44 +0000 (20:13 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:16 +0000 (11:24 +0100)
youtube-dl

index 08afab4f801e4d84c86e6285bada64a53c241d8e..db9510f7be78ab3ec7e18f57b1ea39dc74a3643e 100755 (executable)
@@ -996,7 +996,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2009.05.11',
+                       version='INTERNAL',
                        conflict_handler='resolve',
                )