Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 24 Oct 2010 15:35:47 +0000 (17:35 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:45 +0000 (11:28 +0100)
LATEST_VERSION
youtube-dl

index 92947da..8418210 100644 (file)
@@ -1 +1 @@
-2010.10.03
+2010.10.24
index 9ae0a47..466b506 100755 (executable)
@@ -2107,7 +2107,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2010.10.03',
+                       version='2010.10.24',
                        conflict_handler='resolve',
                )