added missing version file

This commit is contained in:
I would prefer not to 2021-01-16 22:27:38 +01:00 committed by GitHub
parent 45ee15bfb1
commit b9d26139bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)