Torque3D/Engine/lib/glew/config/version

8 lines
188 B
Text
Raw Normal View History

2014-11-08 09:46:30 +01:00
GLEW_MAJOR = 1
GLEW_MINOR = 10
GLEW_MICRO = 0
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
GLEW_NAME = GLEW
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
SO_VERSION = $(GLEW_VERSION)