Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ incrementPatchNumber
Method
incrementPatchNumber
tools/scripts/releaseCommon.py:43–45 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
self.buildNumber = self.buildNumber+1
42
43
def
incrementPatchNumber(self):
44
self.nonDevelopRelease()
45
self.patchNumber = self.patchNumber+1
46
47
def
incrementMinorVersion(self):
48
self.nonDevelopRelease()
Callers
1
patchRelease.py
File · 0.80
Calls
1
nonDevelopRelease
Method · 0.95
Tested by
no test coverage detected