From a7d06f400c36837923c3b0db5fbfc8d90d4a9fd7 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Fri, 25 Jul 2008 23:43:45 +0200 Subject: [PATCH] Increase version number --- youtube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index 48f5d2bf1..b80d71f88 100755 --- a/youtube-dl +++ b/youtube-dl @@ -750,7 +750,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2008.07.22', + version='2008.07.26', conflict_handler='resolve', ) parser.add_option('-h', '--help',