Updated version number on main page.

This commit is contained in:
Camilla Berglund 2014-02-13 15:33:34 +01:00
parent a75c457620
commit 754536404e

View File

@ -8,7 +8,7 @@ GLFW is a free, Open Source, multi-platform library for opening a window,
creating an OpenGL context and managing input. It is easy to integrate into
existing applications and does not lay claim to the main loop.
This is the documentation for version 3.0, which has [many new features](@ref news).
This is the documentation for version 3.1, which has [many new features](@ref news).
There is a [quick tutorial](@ref quick) for people new to GLFW, which shows how
to write a small but complete program, and guides for