Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sat, 3 Apr 2010 07:58:16 +0000 (09:58 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:26:53 +0000 (11:26 +0100)
LATEST_VERSION
youtube-dl

index f8bf47a..de43f83 100644 (file)
@@ -1 +1 @@
-2010.04.02
+2010.04.03
index 4cb9583..d3ce9ee 100755 (executable)
@@ -1686,7 +1686,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2010.04.02',
+                       version='2010.04.03',
                        conflict_handler='resolve',
                )