 6aa529ca1b
			
		
	
	6aa529ca1b
	
	
	
		
			
			TBR=stefan@webrtc.org BUG= TEST=build on android Review URL: https://webrtc-codereview.appspot.com/460001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1922 4adac7df-926f-26a2-2b94-8c16560cd09d
		
			
				
	
	
		
			8 lines
		
	
	
		
			294 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			294 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define VERSION_MAJOR  1
 | |
| #define VERSION_MINOR  0
 | |
| #define VERSION_PATCH  0
 | |
| #define VERSION_EXTRA  "108-g6b66c01"
 | |
| #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
 | |
| #define VERSION_STRING_NOSP "v1.0.0-108-g6b66c01"
 | |
| #define VERSION_STRING      " v1.0.0-108-g6b66c01"
 |