소스 검색

Bump version number

Ricardo Garcia 15 년 전
부모
커밋
f148ea4473
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      LATEST_VERSION
  2. 1 1
      youtube-dl

+ 1 - 1
LATEST_VERSION

@@ -1 +1 @@
-2010.11.19
+2010.12.09

+ 1 - 1
youtube-dl

@@ -2232,7 +2232,7 @@ if __name__ == '__main__':
 		# Parse command line
 		# Parse command line
 		parser = optparse.OptionParser(
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
 			usage='Usage: %prog [options] url...',
-			version='2010.11.19',
+			version='2010.12.09',
 			conflict_handler='resolve',
 			conflict_handler='resolve',
 		)
 		)