glew-cmake release from glew-2.2.0

This commit is contained in:
Gyusun 2021-01-17 07:03:04 +00:00
parent 45ee15bfb1
commit f456deace7
1 changed files with 7 additions and 0 deletions

7
config/version Normal file
View File

@ -0,0 +1,7 @@
GLEW_MAJOR = 2
GLEW_MINOR = 2
GLEW_MICRO = 0
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
GLEW_NAME = GLEW
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
SO_VERSION = $(GLEW_VERSION)