comparison src/SDL.c @ 2983:388c5a2daeac

Fine tuned revision code, updated testver
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:27:13 +0000
parents b64c1d23039b
children 972a69e47cd9
comparison
equal deleted inserted replaced
2982:b64c1d23039b 2983:388c5a2daeac
298 298
299 /* Get the library source revision */ 299 /* Get the library source revision */
300 int 300 int
301 SDL_GetRevision() 301 SDL_GetRevision()
302 { 302 {
303 SDL_REVISION; 303 return SDL_REVISION;
304 } 304 }
305 305
306 #if defined(__OS2__) 306 #if defined(__OS2__)
307 /* Building for OS/2 */ 307 /* Building for OS/2 */
308 #ifdef __WATCOMC__ 308 #ifdef __WATCOMC__