mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			209 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			209 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef VERSION_H__
 | |
| #define VERSION_H__
 | |
| 
 | |
| #define LIBBLADERF_VERSION       "1.9.0-git-23c6379e"
 | |
| 
 | |
| #define LIBBLADERF_VERSION_MAJOR 1
 | |
| #define LIBBLADERF_VERSION_MINOR 9
 | |
| #define LIBBLADERF_VERSION_PATCH 0
 | |
| 
 | |
| #endif
 |