Skip to content

Commit 4852719

Browse files
danieldegrassedkalowsk
authored andcommitted
release: fix PATCHLEVEL revision for RC1
Correct patchlevel version for RC1 to use one zero, it was mistakenly set to 00 Signed-off-by: Daniel DeGrasse <ddegrasse@tenstorrent.com>
1 parent 645f3d3 commit 4852719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 4
22
VERSION_MINOR = 2
3-
PATCHLEVEL = 00
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION = rc1

0 commit comments

Comments
 (0)