diff --git a/sdl2-sys/build.rs b/sdl2-sys/build.rs index 0ba03a0f743..38042e55ad4 100644 --- a/sdl2-sys/build.rs +++ b/sdl2-sys/build.rs @@ -22,10 +22,10 @@ use std::path::{Path, PathBuf}; use std::{io, fs, env}; // corresponds to the headers that we have in sdl2-sys/SDL2-{version} -const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.8"; +const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.5"; // means the lastest stable version that can be downloaded from SDL2's source -const LASTEST_SDL2_VERSION: &str = "2.0.8"; +const LASTEST_SDL2_VERSION: &str = "2.0.5"; #[cfg(feature = "bindgen")] macro_rules! add_msvc_includes_to_bindings {