Merge pull request #584 from horar/master
Update version strings to 0.16.0
This commit is contained in:
		
						commit
						52dfd478d6
					
				@ -4,7 +4,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cmake_minimum_required(VERSION 3.1)
 | 
					cmake_minimum_required(VERSION 3.1)
 | 
				
			||||||
project(spdlog VERSION 0.14.0)
 | 
					project(spdlog VERSION 0.16.0)
 | 
				
			||||||
include(CTest)
 | 
					include(CTest)
 | 
				
			||||||
include(CMakeDependentOption)
 | 
					include(CMakeDependentOption)
 | 
				
			||||||
include(GNUInstallDirs)
 | 
					include(GNUInstallDirs)
 | 
				
			||||||
 | 
				
			|||||||
@ -7,7 +7,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define SPDLOG_VERSION "0.14.0"
 | 
					#define SPDLOG_VERSION "0.16.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "tweakme.h"
 | 
					#include "tweakme.h"
 | 
				
			||||||
#include "common.h"
 | 
					#include "common.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user