diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-09-06 17:42:45 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-09-06 17:42:45 +0200 |
commit | eb99a7ee5f7bd36fa9dfcbaf0590ecc2854e3e30 (patch) | |
tree | 399a61092b3354c14e4795c8d2a6e08c65abee67 | |
parent | 50891fece71b05bce92f694451656988b53a7038 (diff) |
Bump version to 2011.09.06
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 0b06c69cc..cc6462cc0 100755 --- a/youtube-dl +++ b/youtube-dl @@ -14,7 +14,7 @@ __author__ = ( ) __license__ = 'Public Domain' -__version__ = '2011.08.28-phihag' +__version__ = '2011.09.06-phihag' UPDATE_URL = 'https://raw.github.com/phihag/youtube-dl/master/youtube-dl' |