From 854cbdc95594ddc17ad54e1baffe3ee59939ed3a Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Tue, 2 Sep 2025 16:54:38 +0000 Subject: [PATCH] More verbose version --- ptxas/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptxas/src/main.rs b/ptxas/src/main.rs index b2dd278..d71ca6b 100644 --- a/ptxas/src/main.rs +++ b/ptxas/src/main.rs @@ -4,7 +4,7 @@ use std::{ffi::CStr, mem}; #[derive(Debug, Clone, Bpaf)] #[allow(dead_code)] -#[bpaf(options, version("V12.8.0"))] +#[bpaf(options, version("Cuda compilation tools, release 12.8, V12.8.0"))] pub struct Options { #[bpaf(short, long)] output: String,