Skip to content

Commit 1ae67c6

Browse files
author
Tenstorrent Releases
committed
TTKMD v2.6.0
1 parent 610642a commit 1ae67c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AKMBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
modname=tenstorrent
2-
modver=2.6.0-rc1
2+
modver=2.6.0
33
built_modules='tenstorrent.ko'

dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME="tenstorrent"
2-
PACKAGE_VERSION="2.6.0-rc1"
2+
PACKAGE_VERSION="2.6.0"
33
BUILT_MODULE_NAME="tenstorrent"
44

55
DEST_MODULE_LOCATION="/kernel/extra"

module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define TENSTORRENT_DRIVER_VERSION_MAJOR 2
1111
#define TENSTORRENT_DRIVER_VERSION_MINOR 6
1212
#define TENSTORRENT_DRIVER_VERSION_PATCH 0
13-
#define TENSTORRENT_DRIVER_VERSION_SUFFIX "-rc1"
13+
#define TENSTORRENT_DRIVER_VERSION_SUFFIX ""
1414

1515
// Module options that need to be passed to other files
1616
extern uint dma_address_bits;

0 commit comments

Comments
 (0)