Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sat, 13 Feb 2010 16:27:09 +0000 (17:27 +0100)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:26:31 +0000 (11:26 +0100)
LATEST_VERSION
youtube-dl

index 0f292c9a2a3912e2a3b62b220036dfe371b4e6e7..1039be31f3e40a43b68d50281e1e3649b9767edc 100644 (file)
@@ -1 +1 @@
-2010.01.19
+2010.02.13
index c7d3752dc101875e7a2e42ba9319b1050c94e0c4..47c64658631ca9581ff62f344aca60595c398e49 100755 (executable)
@@ -1504,7 +1504,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='INTERNAL',
+                       version='2010.02.13',
                        conflict_handler='resolve',
                )