Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Tue, 19 Jan 2010 19:26:44 +0000 (20:26 +0100)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:26:26 +0000 (11:26 +0100)
LATEST_VERSION
youtube-dl

index 7ed3afa..0f292c9 100644 (file)
@@ -1 +1 @@
-2010.01.15
+2010.01.19
index 6b56f3f..9e28621 100755 (executable)
@@ -1374,7 +1374,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2010.01.06',
+                       version='2010.01.19',
                        conflict_handler='resolve',
                )