diff options
author | Tim Angus <tim@ngus.net> | 2009-10-26 00:10:07 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:05 +0000 |
commit | 0fed3b1c32d99560482ea162b197531439df76e5 (patch) | |
tree | dd5f74d3124715a538462aa474f9af294f79bbbd /src/sys/sys_local.h | |
parent | af6fd4fa5aaa4dc7c59ae54ead20d5ef0fbcc946 (diff) |
* Merge ioq3-r1708
Diffstat (limited to 'src/sys/sys_local.h')
-rw-r--r-- | src/sys/sys_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/sys_local.h b/src/sys/sys_local.h index 4ecc9227..1ccb125f 100644 --- a/src/sys/sys_local.h +++ b/src/sys/sys_local.h @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // Require a minimum version of SDL #define MINSDL_MAJOR 1 #define MINSDL_MINOR 2 -#define MINSDL_PATCH 7 +#define MINSDL_PATCH 10 // Input subsystem void IN_Init( void ); |