Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored Nov 18, 2024
1 parent d9c57dd commit 39ff522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _releases/make-release-page.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ def forDoxygen(self):

def forAnchor(self):
"""
Name as used by html anchor: 6.2200
Name as used by html anchor: 6.22.00
"""
return F'{self.major}.{self.minor}{self.patch}'
return F'{self.major}.{self.minor}.{self.patch}'

def branchName(self):
"""
Expand Down

0 comments on commit 39ff522

Please sign in to comment.