mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Change developBuild to work same as *Release
This commit is contained in:
		| @@ -1,13 +1,10 @@ | ||||
| #!/usr/bin/env python | ||||
|  | ||||
| from  __future__ import  print_function | ||||
| from releaseCommon import Version | ||||
| import releaseCommon | ||||
|  | ||||
| v = Version() | ||||
| v = releaseCommon.Version() | ||||
| v.incrementBuildNumber() | ||||
| v.updateVersionFile() | ||||
| v.updateReadmeFile() | ||||
| v.updateConanFile() | ||||
| v.updateConanTestFile() | ||||
| releaseCommon.performUpdates(v) | ||||
|  | ||||
| print( "Updated Version.hpp, README and Conan to v{0}".format( v.getVersionString() ) ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský