Skip to content

Commit 4f46fad

Browse files
committed
Prepare for 2016. Bumped version to 3.0.0.0 after branching off 'classic'.
1 parent 8446765 commit 4f46fad

File tree

121 files changed

+124
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+124
-121
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

OpenGL.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenGL
2-
version: 2.13.2.1
2+
version: 3.0.0.0
33
synopsis: A binding for the OpenGL graphics system
44
description:
55
A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its
@@ -13,7 +13,7 @@ description:
1313
and <http://www.opengl.org/registry/>.
1414
homepage: http://www.haskell.org/haskellwiki/Opengl
1515
bug-reports: https://github.com/haskell-opengl/OpenGL/issues
16-
copyright: Copyright (C) 2002-2015 Sven Panne
16+
copyright: Copyright (C) 2002-2016 Sven Panne
1717
license: BSD3
1818
license-file: LICENSE
1919
author: Sven Panne

README.md

Lines changed: 1 addition & 1 deletion

specs/preprocess/Preprocess.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------------------------------------------------------------------------------
22
--
33
-- Program : Preprocess
4-
-- Copyright : (c) Sven Panne 2002-2013
4+
-- Copyright : (c) Sven Panne 2002-2016
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/Rendering/OpenGL.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------------------------------------------------------------------------------
22
-- |
33
-- Module : Graphics.Rendering.OpenGL
4-
-- Copyright : (c) Sven Panne 2002-2013
4+
-- Copyright : (c) Sven Panne 2002-2016
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/Rendering/OpenGL/GL.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-----------------------------------------------------------------------------
22
-- |
33
-- Module : Graphics.Rendering.OpenGL.GL
4-
-- Copyright : (c) Sven Panne 2002-2013
4+
-- Copyright : (c) Sven Panne 2002-2016
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/Rendering/OpenGL/GL/Antialiasing.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------------------------------------------------------------------------------
22
-- |
33
-- Module : Graphics.Rendering.OpenGL.GL.Antialiasing
4-
-- Copyright : (c) Sven Panne 2002-2013
4+
-- Copyright : (c) Sven Panne 2002-2016
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/Rendering/OpenGL/GL/BeginEnd.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------------------------------------------------------------------------------
22
-- |
33
-- Module : Graphics.Rendering.OpenGL.GL.BeginEnd
4-
-- Copyright : (c) Sven Panne 2002-2013
4+
-- Copyright : (c) Sven Panne 2002-2016
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/Rendering/OpenGL/GL/Bitmaps.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--------------------------------------------------------------------------------
22
-- |
33
-- Module : Graphics.Rendering.OpenGL.GL.Bitmaps
4-
-- Copyright : (c) Sven Panne 2002-2013
4+
-- Copyright : (c) Sven Panne 2002-2016
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <[email protected]>

src/Graphics/Rendering/OpenGL/GL/BlendingFactor.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--------------------------------------------------------------------------------
33
-- |
44
-- Module : Graphics.Rendering.OpenGL.GL.BlendingFactor
5-
-- Copyright : (c) Sven Panne 2002-2013
5+
-- Copyright : (c) Sven Panne 2002-2016
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <[email protected]>

0 commit comments

Comments
 (0)