Bump version number
authorRicardo Garcia <commits@rg3.name>
Thu, 4 Aug 2011 17:15:14 +0000 (19:15 +0200)
committerRicardo Garcia <commits@rg3.name>
Thu, 4 Aug 2011 17:15:14 +0000 (19:15 +0200)
LATEST_VERSION
youtube-dl

index 295c9c4fa552ca3b3fade2f6c8c4049fa0e23f40..8a3bb049af897ce3d1683a460584905d675ed03c 100644 (file)
@@ -1 +1 @@
-2011.03.29
+2011.08.04
index 892af57cf3345a0f8feebe4e1f0fe1dbddfbf3fb..e8b19c8d0a6a90265a17000522e5a4e455bb1149 100755 (executable)
@@ -2725,7 +2725,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2011.03.29',
+                       version='2011.08.04',
                        conflict_handler='resolve',
                )