Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sat, 26 Dec 2009 18:58:11 +0000 (19:58 +0100)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:57 +0000 (11:24 +0100)
LATEST_VERSION
youtube-dl

index 70456bc3461a2b3c15d7b3f0aee3f21a07552a1c..dd7f794555d76f07071248368e462ddbae8b62ef 100644 (file)
@@ -1 +1 @@
-2009.09.13
+2009.12.26
index 5f23814485d79fbe6a448e3694aafc671edb5c00..7262ce94d1f94d6a4cb8fe822b272f99db06b57d 100755 (executable)
@@ -1176,7 +1176,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='INTERNAL',
+                       version='2009.12.26',
                        conflict_handler='resolve',
                )