]> git.bitcoin.ninja Git - youtube-dl/commitdiff
Restore "INTERNAL" version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Fri, 22 May 2009 22:22:50 +0000 (00:22 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:32 +0000 (11:24 +0100)
youtube-dl

index 4831c11bff4e7f3da542f0ec0c9cc547017804be..f6e472445d8e0d9512805487a04afc88bcc68662 100755 (executable)
@@ -1016,7 +1016,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2009.05.23',
+                       version='INTERNAL',
                        conflict_handler='resolve',
                )