File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11modname=tenstorrent
2- modver=2.5.1-pre
2+ modver=2.6.0-rc1
33built_modules='tenstorrent.ko'
Original file line number Diff line number Diff line change 11PACKAGE_NAME="tenstorrent"
2- PACKAGE_VERSION="2.5.1-pre "
2+ PACKAGE_VERSION="2.6.0-rc1 "
33BUILT_MODULE_NAME="tenstorrent"
44
55DEST_MODULE_LOCATION="/kernel/extra"
Original file line number Diff line number Diff line change 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
1616extern uint dma_address_bits ;
You can’t perform that action at this time.
0 commit comments