mirror of
https://github.com/nigels-com/glew.git
synced 2025-12-22 15:11:57 +00:00
glew-2.3.0 release
This commit is contained in:
parent
ba71151c6a
commit
5f4b7e36b7
@ -38,14 +38,14 @@ https://github.com/nigels-com/glew
|
|||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
|
|
||||||
Current release is [2.2.0](https://github.com/nigels-com/glew/releases/tag/glew-2.2.0).
|
Current release is [2.3.0](https://github.com/nigels-com/glew/releases/tag/glew-2.3.0).
|
||||||
[(Change Log)](http://glew.sourceforge.net/log.html)
|
[(Change Log)](http://glew.sourceforge.net/log.html)
|
||||||
|
|
||||||
Sources available as
|
Sources available as
|
||||||
[ZIP](https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.zip) or
|
[ZIP](https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0.zip) or
|
||||||
[TGZ](https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.tgz).
|
[TGZ](https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0.tgz).
|
||||||
|
|
||||||
Windows binaries for [32-bit and 64-bit](https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0-win32.zip).
|
Windows binaries for [32-bit and 64-bit](https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0-win32.zip).
|
||||||
|
|
||||||
### Recent snapshots
|
### Recent snapshots
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
GLEW_MAJOR = 2
|
GLEW_MAJOR = 2
|
||||||
GLEW_MINOR = 2
|
GLEW_MINOR = 3
|
||||||
GLEW_MICRO = 0
|
GLEW_MICRO = 0
|
||||||
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
||||||
GLEW_NAME = GLEW
|
GLEW_NAME = GLEW
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user