mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	dev build 4
This commit is contained in:
		| @@ -4,7 +4,7 @@ from conans import ConanFile | ||||
|  | ||||
| class CatchConan(ConanFile): | ||||
|     name = "Catch" | ||||
|     version = "2.0.0-develop.3" | ||||
|     version = "2.0.0-develop.4" | ||||
|     description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD" | ||||
|     author = "philsquared" | ||||
|     generators = "cmake" | ||||
|   | ||||
| @@ -37,7 +37,7 @@ namespace Catch { | ||||
|     } | ||||
|  | ||||
|     Version const& libraryVersion() { | ||||
|         static Version version( 2, 0, 0, "develop", 3 ); | ||||
|         static Version version( 2, 0, 0, "develop", 4 ); | ||||
|         return version; | ||||
|     } | ||||
|  | ||||
|   | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -10,7 +10,7 @@ class CatchConanTest(ConanFile): | ||||
|     settings = "os", "compiler", "arch", "build_type" | ||||
|     username = getenv("CONAN_USERNAME", "philsquared") | ||||
|     channel = getenv("CONAN_CHANNEL", "testing") | ||||
|     requires = "Catch/2.0.0-develop.3@%s/%s" % (username, channel) | ||||
|     requires = "Catch/2.0.0-develop.4@%s/%s" % (username, channel) | ||||
|  | ||||
|     def build(self): | ||||
|         cmake = CMake(self) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash