Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Version numbers seem strange e.g. I get yyyy.dd.mm then yyyy.mm.dd #1442
Comments
|
You're right, it was an error when releasing 2013.11.09 (it should have been 2013.09.11): #1410. They are always in the format yyyy.mm.dd |
youtube-dl --version
2013.11.09
but
youtube-dl -U
Updating to version 2013.09.16...
sudo youtube-dl --version
2013.09.16
I'd say the last one is correct so the issue may have been fixed or it may be some issue with setting the versions numbers (e.g. someone has a different config when doing a built or sending in a patch etc..)