diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-09-13 22:39:20 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-09-13 22:39:20 +0200 |
commit | 93e1659586d0741f5f7987e6c5232e9636f7df72 (patch) | |
tree | c8a120dea8b482b7d80184a79e024cfebfd43aaf | |
parent | b576abb4572c61289269db61da8c472d487a7a03 (diff) |
Bump version number (remove -phihag)2011.09.13
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 9d379dcd1..4bb84386a 100755 --- a/youtube-dl +++ b/youtube-dl @@ -15,7 +15,7 @@ __author__ = ( ) __license__ = 'Public Domain' -__version__ = '2011.09.09-phihag' +__version__ = '2011.09.13' UPDATE_URL = 'https://raw.github.com/phihag/youtube-dl/master/youtube-dl' |