From: Philipp Hagemeister Date: Fri, 16 Sep 2011 22:58:44 +0000 (+0200) Subject: release 2011.09.18c: Prefer mp4 over webm X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=daa982bc019dacbf09ab7ee198a010482b9d4356;p=youtube-dl release 2011.09.18c: Prefer mp4 over webm --- diff --git a/LATEST_VERSION b/LATEST_VERSION index 4ed2a076e..3cc325adc 100644 --- a/LATEST_VERSION +++ b/LATEST_VERSION @@ -1 +1 @@ -2011.09.18b +2011.09.18c diff --git a/youtube-dl b/youtube-dl index c85b137b1..38472272f 100755 --- a/youtube-dl +++ b/youtube-dl @@ -15,7 +15,7 @@ __author__ = ( ) __license__ = 'Public Domain' -__version__ = '2011.09.18b' +__version__ = '2011.09.18c' UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'