obs-studio/libobs-opengl/glew/config/version

8 lines
188 B
Plaintext
Raw Normal View History

2013-10-02 00:40:25 -07: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)