mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-03 22:04:10 +00:00 
			
		
		
		
	git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@432 783a27ee-832a-0410-bc00-9f386506c6dd
		
			
				
	
	
		
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
GLEW_MAJOR = 1
 | 
						|
GLEW_MINOR = 3
 | 
						|
GLEW_MICRO = 5
 | 
						|
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
 | 
						|
GLEW_NAME = GLEW
 | 
						|
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
 | 
						|
SO_VERSION = $(GLEW_VERSION)
 |