diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c0266..58c314a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -2.12.1.0 +2.13.0.0 -------- * Added missing drawing commands using vertex arrays and some related types. * Added missing whole framebuffer operations. diff --git a/OpenGL.cabal b/OpenGL.cabal index 55f5b5c..c4f06fd 100644 --- a/OpenGL.cabal +++ b/OpenGL.cabal @@ -1,5 +1,5 @@ name: OpenGL -version: 2.12.1.0 +version: 2.13.0.0 synopsis: A binding for the OpenGL graphics system description: A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its