Skip to content

Commit 610642a

Browse files
author
Tenstorrent Releases
committed
TTKMD v2.6.0-rc1
1 parent e601188 commit 610642a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.5.1-pre
2+
modver=2.6.0-rc1
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.5.1-pre"
2+
PACKAGE_VERSION="2.6.0-rc1"
33
BUILT_MODULE_NAME="tenstorrent"
44

55
DEST_MODULE_LOCATION="/kernel/extra"

module.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#include <linux/pci.h>
99

1010
#define TENSTORRENT_DRIVER_VERSION_MAJOR 2
11-
#define TENSTORRENT_DRIVER_VERSION_MINOR 5
12-
#define TENSTORRENT_DRIVER_VERSION_PATCH 1
13-
#define TENSTORRENT_DRIVER_VERSION_SUFFIX "-pre"
11+
#define TENSTORRENT_DRIVER_VERSION_MINOR 6
12+
#define TENSTORRENT_DRIVER_VERSION_PATCH 0
13+
#define TENSTORRENT_DRIVER_VERSION_SUFFIX "-rc1"
1414

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

0 commit comments

Comments
 (0)