Skip to content

Commit b2a1b22

Browse files
committed
Bumped version to 3.0.3.0. Bumped copyright year.
1 parent bdb5d8b commit b2a1b22

File tree

121 files changed

+126
-122
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

+126
-122
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

OpenGL.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenGL
2-
version: 3.0.2.2
2+
version: 3.0.3.0
33
synopsis: A binding for the OpenGL graphics system
44
description:
55
A Haskell binding for the OpenGL graphics system (GL, version 4.6) and its
@@ -11,9 +11,9 @@ description:
1111
functions. For more information about OpenGL and its various extensions,
1212
please see <http://www.opengl.org/>
1313
and <http://www.opengl.org/registry/>.
14-
homepage: http://www.haskell.org/haskellwiki/Opengl
14+
homepage: https://wiki.haskell.org/OpenGL
1515
bug-reports: https://github.com/haskell-opengl/OpenGL/issues
16-
copyright: Copyright (C) 2002-2018 Sven Panne
16+
copyright: Copyright (C) 2002-2019 Sven Panne
1717
license: BSD3
1818
license-file: LICENSE
1919
author: Sven Panne

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-2018
4+
-- Copyright : (c) Sven Panne 2002-2019
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <svenpanne@gmail.com>

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-2018
4+
-- Copyright : (c) Sven Panne 2002-2019
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <svenpanne@gmail.com>

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-2018
4+
-- Copyright : (c) Sven Panne 2002-2019
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <svenpanne@gmail.com>

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-2018
4+
-- Copyright : (c) Sven Panne 2002-2019
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <svenpanne@gmail.com>

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-2018
4+
-- Copyright : (c) Sven Panne 2002-2019
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <svenpanne@gmail.com>

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-2018
4+
-- Copyright : (c) Sven Panne 2002-2019
55
-- License : BSD3
66
--
77
-- Maintainer : Sven Panne <svenpanne@gmail.com>

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-2018
5+
-- Copyright : (c) Sven Panne 2002-2019
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <svenpanne@gmail.com>

src/Graphics/Rendering/OpenGL/GL/BufferMode.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.BufferMode
5-
-- Copyright : (c) Sven Panne 2002-2018
5+
-- Copyright : (c) Sven Panne 2002-2019
66
-- License : BSD3
77
--
88
-- Maintainer : Sven Panne <svenpanne@gmail.com>

0 commit comments

Comments
 (0)