From 70fd348432de63dce1505f956ed54818add9e67e Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 8 Jul 2014 13:44:34 +0200 Subject: [PATCH] Fixed API version in header files. --- include/GLFW/glfw3native.h | 2 +- src/glfw_config.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3native.h b/include/GLFW/glfw3native.h index 3f8e4d8d..f8e6662e 100644 --- a/include/GLFW/glfw3native.h +++ b/include/GLFW/glfw3native.h @@ -1,5 +1,5 @@ /************************************************************************* - * GLFW 3.0 - www.glfw.org + * GLFW 3.1 - www.glfw.org * A library for OpenGL, window and input *------------------------------------------------------------------------ * Copyright (c) 2002-2006 Marcus Geelnard diff --git a/src/glfw_config.h.in b/src/glfw_config.h.in index 676bf380..76d4b718 100644 --- a/src/glfw_config.h.in +++ b/src/glfw_config.h.in @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.0 - www.glfw.org +// GLFW 3.1 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2010 Camilla Berglund //