Restore INTERNAL version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sat, 30 May 2009 08:51:14 +0000 (10:51 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:36 +0000 (11:24 +0100)
youtube-dl

index c83a0a119cdd4880b753e0734f56363c2b169d6d..6730898ac757dc4d267944459dcb014d080a292a 100755 (executable)
@@ -1066,7 +1066,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2009.05.30',
+                       version='INTERNAL',
                        conflict_handler='resolve',
                )