Skip to content

Commit ad8fbbf

Browse files
ferdymercurydpiparo
authored andcommitted
fix script
1 parent 7380282 commit ad8fbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_releases/make-release-page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def forDoxygen(self):
7171

7272
def forAnchor(self):
7373
"""
74-
Name as used by html anchor: 6.2200
74+
Name as used by html anchor: 6.22.00
7575
"""
76-
return F'{self.major}.{self.minor}{self.patch}'
76+
return F'{self.major}.{self.minor}.{self.patch}'
7777

7878
def branchName(self):
7979
"""

0 commit comments

Comments
 (0)