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 f8bf47a2288abd13df1322ba82391d298526b613..de43f83cf6251d326f09b78de72303d544ea26cf 100644 (file)
@@ -1 +1 @@
-2010.04.02
+2010.04.03
index 4cb958336d626367b4f15d6646a5fbe364144659..d3ce9ee741cd99c968479286335b1b84a642ca1c 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',
                )