]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Restore INTERNAL version number
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Mon, 25 May 2009 19:06:28 +0000 (21:06 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:36 +0000 (11:24 +0100)
youtube-dl

index b2920c5a6f2906ea390242dc33db9102ba22957b..5ead5e4c90d4032d12b9325ede35358dc609e6df 100755 (executable)
@@ -1029,7 +1029,7 @@ if __name__ == '__main__':
                # Parse command line
                parser = optparse.OptionParser(
                        usage='Usage: %prog [options] url...',
-                       version='2009.05.25',
+                       version='INTERNAL',
                        conflict_handler='resolve',
                )