Index: trunk/src/lib/gl.cc
===================================================================
--- trunk/src/lib/gl.cc	(revision 491)
+++ trunk/src/lib/gl.cc	(revision 492)
@@ -26,5 +26,5 @@
 #define NV_GL_FUN_REN( rtype, fname, rname, fparams ) rtype (NV_GL_APIENTRY *rname) fparams = nullptr;
 #define NV_GL_FUN_EXT NV_GL_FUN
-#include <nv/lib/detail/gl_core/gl_functions_3_1.inc>
+#include <nv/lib/detail/gl_core/gl_functions_3_2.inc>
 #if NV_PLATFORM == NV_WINDOWS
 #include <nv/lib/detail/wgl_functions.inc>
@@ -106,5 +106,5 @@
 #	define NV_GL_FUN( rtype, fname, fparams ) NV_GL_LOAD( fname )
 #	define NV_GL_FUN_EXT( rtype, fname, fparams ) NV_GL_LOAD_EXT( fname )
-#	include <nv/lib/detail/gl_core/gl_functions_3_1.inc>
+#	include <nv/lib/detail/gl_core/gl_functions_3_2.inc>
 #	undef NV_GL_FUN_EXT
 #	undef NV_GL_FUN
