Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 13 Sep 2009 08:48:21 +0000 (10:48 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:52 +0000 (11:24 +0100)
LATEST_VERSION
youtube-dl

index d8a0ea9..70456bc 100644 (file)
@@ -1 +1 @@
-2009.09.08
+2009.09.13
index b1f2717..5afff4e 100755 (executable)
@@ -1097,7 +1097,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='INTERNAL',
+                       version='2009.09.13',
                        conflict_handler='resolve',
                )