Bump version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Tue, 8 Sep 2009 07:54:14 +0000 (09:54 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:48 +0000 (11:24 +0100)
LATEST_VERSION
youtube-dl

index 2f8b61a2110e13784463876eca21db2e37101107..d8a0ea96f24c78d30028ba4d8e83bb459413f901 100644 (file)
@@ -1 +1 @@
-2009.08.08
+2009.09.08
index becf1d25de31ccbdbaaef76b517bb23490a9c001..8c42dfd06a4b123b905f4c502395a30de044a6ba 100755 (executable)
@@ -1084,7 +1084,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='INTERNAL',
+                       version='2009.09.08',
                        conflict_handler='resolve',
                )