We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610642a commit 1ae67c6Copy full SHA for 1ae67c6
AKMBUILD
@@ -1,3 +1,3 @@
1
modname=tenstorrent
2
-modver=2.6.0-rc1
+modver=2.6.0
3
built_modules='tenstorrent.ko'
dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="tenstorrent"
-PACKAGE_VERSION="2.6.0-rc1"
+PACKAGE_VERSION="2.6.0"
BUILT_MODULE_NAME="tenstorrent"
4
5
DEST_MODULE_LOCATION="/kernel/extra"
module.h
@@ -10,7 +10,7 @@
10
#define TENSTORRENT_DRIVER_VERSION_MAJOR 2
11
#define TENSTORRENT_DRIVER_VERSION_MINOR 6
12
#define TENSTORRENT_DRIVER_VERSION_PATCH 0
13
-#define TENSTORRENT_DRIVER_VERSION_SUFFIX "-rc1"
+#define TENSTORRENT_DRIVER_VERSION_SUFFIX ""
14
15
// Module options that need to be passed to other files
16
extern uint dma_address_bits;
0 commit comments