Browse Source

Bump version number

Ricardo Garcia 17 years ago
parent
commit
9ca4851a00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube-dl

+ 1 - 1
youtube-dl

@@ -837,7 +837,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 				usage='Usage: %prog [options] url...',
-				version='2008.09.20',
+				version='2008.10.16',
 				conflict_handler='resolve',
 				)
 		parser.add_option('-h', '--help',