Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 4 Apr 2010 11:11:20 +0000 (13:11 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:26:57 +0000 (11:26 +0100)
LATEST_VERSION
youtube-dl

index de43f83..013f034 100644 (file)
@@ -1 +1 @@
-2010.04.03
+2010.04.04
index 6fb2066..43566b6 100755 (executable)
@@ -1686,7 +1686,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2010.04.03',
+                       version='2010.04.04',
                        conflict_handler='resolve',
                )