Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Mon, 29 Jun 2009 07:25:19 +0000 (09:25 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:40 +0000 (11:24 +0100)
LATEST_VERSION
youtube-dl

index a013f29..a54ba96 100644 (file)
@@ -1 +1 @@
-2009.05.30
+2009.06.29
index 9bbecf7..0fd160c 100755 (executable)
@@ -1071,7 +1071,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='INTERNAL',
+                       version='2009.06.29',
                        conflict_handler='resolve',
                )