mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-13 09:43:48 +00:00
bumped up version numbers
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@267 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
dd332ec483
commit
dc82ea5166
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ GLEW_DEST ?= /usr
|
|||||||
|
|
||||||
GLEW_MAJOR = 1
|
GLEW_MAJOR = 1
|
||||||
GLEW_MINOR = 2
|
GLEW_MINOR = 2
|
||||||
GLEW_MICRO = 2
|
GLEW_MICRO = 3
|
||||||
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
||||||
|
|
||||||
TARDIR = ../glew-$(GLEW_VERSION)
|
TARDIR = ../glew-$(GLEW_VERSION)
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
GLEW_MAJOR = 1
|
GLEW_MAJOR = 1
|
||||||
GLEW_MINOR = 2
|
GLEW_MINOR = 2
|
||||||
GLEW_MICRO = 2
|
GLEW_MICRO = 3
|
||||||
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
||||||
|
|
||||||
SHELL = bash
|
SHELL = bash
|
||||||
|
Loading…
Reference in New Issue
Block a user