Skip to content

Commit 71fe9ef

Browse files
authored
Merge pull request #781 from reynisdrangar/master
Extend travis build matrix to include bundled
2 parents ef36bb8 + 53e7fb8 commit 71fe9ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdl2-sys/build.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ use std::path::{Path, PathBuf};
2222
use std::{io, fs, env};
2323

2424
// corresponds to the headers that we have in sdl2-sys/SDL2-{version}
25-
const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.8";
25+
const SDL2_HEADERS_BUNDLED_VERSION: &str = "2.0.5";
2626

2727
// means the lastest stable version that can be downloaded from SDL2's source
28-
const LASTEST_SDL2_VERSION: &str = "2.0.8";
28+
const LASTEST_SDL2_VERSION: &str = "2.0.5";
2929

3030
#[cfg(feature = "bindgen")]
3131
macro_rules! add_msvc_includes_to_bindings {

0 commit comments

Comments
 (0)