Skip to content

Commit ccf9c5a

Browse files
committed
Fixed version to be 22.3.6.6.altinitystable
1 parent 9592917 commit ccf9c5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/autogenerated_versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ SET(VERSION_MAJOR 22)
77
SET(VERSION_MINOR 3)
88
SET(VERSION_PATCH 6)
99
SET(VERSION_GITHASH 438b4a81f77c98b0dd959e19cfa4b62cabf549d6)
10-
SET(VERSION_DESCRIBE v22.3.6.6-altinitystable)
11-
SET(VERSION_STRING 22.3.6.6-altinitystable)
10+
SET(VERSION_DESCRIBE v22.3.6.6.altinitystable)
11+
SET(VERSION_STRING 22.3.6.6.altinitystable)
1212
# end of autochange

tests/ci/version_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def string(self):
113113
(str(self.major), str(self.minor), str(self.patch), str(self.tweak))
114114
)
115115
if self._flavour:
116-
version_as_string = f"{version_as_string}-{self._flavour}"
116+
version_as_string = f"{version_as_string}.{self._flavour}"
117117
return version_as_string
118118

119119
def as_dict(self) -> VERSIONS:

0 commit comments

Comments
 (0)