Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 6 Jun 2010 16:13:49 +0000 (18:13 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:13 +0000 (11:28 +0100)
LATEST_VERSION
youtube-dl

index 013f034..47865d3 100644 (file)
@@ -1 +1 @@
-2010.04.04
+2010.06.06
index ebf510d..5e98dfd 100755 (executable)
@@ -1987,7 +1987,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2010.04.04',
+                       version='2010.06.06',
                        conflict_handler='resolve',
                )