summaryrefslogtreecommitdiff
path: root/dev-python/pyopengl/files/pyopengl-3.1.8-fix-version.patch
blob: 7017dd79a4518c2d95e4f1887e8473cf89f89073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
https://github.com/mcfletch/pyopengl/issues/123
--- a/OpenGL/version.py
+++ b/OpenGL/version.py
@@ -1,2 +1,2 @@
 """Declares the current version for use in setuptools and the like"""
-__version__ = "3.1.7"
+__version__ = "3.1.8"
--- a/accelerate/OpenGL_accelerate/__init__.py
+++ b/accelerate/OpenGL_accelerate/__init__.py
@@ -6,5 +6,5 @@ wrapper mechanism.  The source code is part of the
 PyOpenGL package and is built via the setupaccel.py
 script in the top level of the PyOpenGL source package.
 """
-__version__ = "3.1.7"
-__version_tuple__ = (3, 1, 7)
+__version__ = "3.1.8"
+__version_tuple__ = (3, 1, 8)