aboutsummaryrefslogtreecommitdiff
path: root/ports/glfw3/CONTROL
diff options
context:
space:
mode:
authorStanislav Ershov <digital.stream.of.mind@gmail.com>2020-01-14 21:12:05 +0300
committernicole mazzuca <mazzucan@outlook.com>2020-01-14 10:12:05 -0800
commitd73e5209e89308a61d4e08547db48b3ccfb6e8bd (patch)
treec941fafa99e8982ef61a48b37d0a9d0e91983586 /ports/glfw3/CONTROL
parent28eee51adb36f2165be846e77ef7b3ee5b3f8789 (diff)
downloadvcpkg-d73e5209e89308a61d4e08547db48b3ccfb6e8bd.tar.gz
vcpkg-d73e5209e89308a61d4e08547db48b3ccfb6e8bd.zip
[glfw3] Update to 3.3.1 (#9626)
* [glfw3] Update to 3.3.1 * [glfw3] portfile cleanup * [glfw3] don't show linux specific message on macos * [glfw3] Use VCPKG_TARGET_IS_LINUX
Diffstat (limited to 'ports/glfw3/CONTROL')
-rw-r--r--ports/glfw3/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/glfw3/CONTROL b/ports/glfw3/CONTROL
index 6c99ef4a7..e51362d2a 100644
--- a/ports/glfw3/CONTROL
+++ b/ports/glfw3/CONTROL
@@ -1,4 +1,4 @@
Source: glfw3
-Version: 3.3-3
+Version: 3.3.1
Homepage: https://github.com/glfw/glfw
Description: GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.