MCPcopy Create free account
hub / github.com/catchorg/Catch2 / performUpdates

Function performUpdates

tools/scripts/releaseCommon.py:133–143  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

131
132
133def performUpdates(version):
134 version.updateVersionFile()
135 updateVersionDefine(version)
136
137 import generateAmalgamatedFiles
138 generateAmalgamatedFiles.generate_header()
139 generateAmalgamatedFiles.generate_cpp()
140
141 updateCmakeFile(version)
142 updateMesonFile(version)
143 updateDocumentationVersionPlaceholders(version)

Callers

nothing calls this directly

Calls 5

updateVersionDefineFunction · 0.85
updateCmakeFileFunction · 0.85
updateMesonFileFunction · 0.85
updateVersionFileMethod · 0.80

Tested by

no test coverage detected