Updated SDL2 to the 2.0.4 release version

This commit is contained in:
Martin Felis
2016-01-17 13:22:47 +01:00
parent 962c894908
commit 24387a8450
1788 changed files with 1759 additions and 1275 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
#
# Print the current source revision, if available
# FIXME: this prints the tip, which isn't useful if you're on a different
# branch, or just not sync'd to the tip.
hg tip --template 'hg-{rev}:{node|short}' || (echo "hg-0:baadf00d"; exit 1)