mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 16:53:49 +00:00
e5a1cd226a
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@432 783a27ee-832a-0410-bc00-9f386506c6dd
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
GLEW_MAJOR = 1
|
|
GLEW_MINOR = 3
|
|
GLEW_MICRO = 5
|
|
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
|
GLEW_NAME = GLEW
|
|
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
|
|
SO_VERSION = $(GLEW_VERSION)
|