Upgraded SDL2 to version 2.0.3

This commit is contained in:
fysx
2014-04-03 16:45:01 +02:00
parent f09239788a
commit 7593d64761
910 changed files with 15903 additions and 3380 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)