--- a/src/SDL.c Sat Jan 03 21:01:02 2009 +0000
+++ b/src/SDL.c Sun Jan 04 05:08:12 2009 +0000
@@ -296,6 +296,13 @@
SDL_VERSION(ver);
}
+/* Get the library source revision */
+int
+SDL_GetRevision()
+{
+ SDL_REVISION;
+}
+
#if defined(__OS2__)
/* Building for OS/2 */
#ifdef __WATCOMC__