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

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