Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sat, 30 May 2009 08:50:42 +0000 (10:50 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:36 +0000 (11:24 +0100)
LATEST_VERSION
youtube-dl

index b457119..a013f29 100644 (file)
@@ -1 +1 @@
-2009.05.25
+2009.05.30
index 6730898..c83a0a1 100755 (executable)
@@ -1066,7 +1066,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='INTERNAL',
+                       version='2009.05.30',
                        conflict_handler='resolve',
                )