issue #3823: Updates travis-ci script to use the latest release of glfw (v3.0.4).

This commit is contained in:
James Chen 2014-01-23 15:57:10 +08:00
parent 8a6e5c1904
commit 048298c6a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
GLFW_VERSION="3.0.2" GLFW_VERSION="3.0.4"
GLFW_SOURCE="https://codeload.github.com/glfw/glfw/tar.gz/${GLFW_VERSION}" GLFW_SOURCE="https://codeload.github.com/glfw/glfw/tar.gz/${GLFW_VERSION}"
GLFW_ZIP="glfw${GLFW_VERSION}.tar.gz" GLFW_ZIP="glfw${GLFW_VERSION}.tar.gz"
GLFW_INSTALL="glfw_install" GLFW_INSTALL="glfw_install"