Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Tue, 5 Jan 2010 11:45:30 +0000 (12:45 +0100)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:25:01 +0000 (11:25 +0100)
LATEST_VERSION
youtube-dl

index dd7f794..63e7ee3 100644 (file)
@@ -1 +1 @@
-2009.12.26
+2010.01.05
index 69b1a9a..07ef5dc 100755 (executable)
@@ -1212,7 +1212,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2009.12.26',
+                       version='2010.01.05',
                        conflict_handler='resolve',
                )