mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-11-03 20:18:06 +00:00 
			
		
		
		
	Bump version to 0.2
This commit is contained in:
		@@ -3,7 +3,7 @@ project(cppkafka)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Set the version number.
 | 
					# Set the version number.
 | 
				
			||||||
set(CPPKAFKA_VERSION_MAJOR 0)
 | 
					set(CPPKAFKA_VERSION_MAJOR 0)
 | 
				
			||||||
set(CPPKAFKA_VERSION_MINOR 1)
 | 
					set(CPPKAFKA_VERSION_MINOR 2)
 | 
				
			||||||
set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}")
 | 
					set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}")
 | 
				
			||||||
set(RDKAFKA_MIN_VERSION 0x00090400)
 | 
					set(RDKAFKA_MIN_VERSION 0x00090400)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user