Put version number in place
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Mon, 11 May 2009 18:12:18 +0000 (20:12 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:12 +0000 (11:24 +0100)
youtube-dl

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