From 748c3930a9b9cb826e631d77439e2cb8f84f5bcf Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 25 Jan 2023 16:29:27 +0100 Subject: [PATCH] Version 3.0.23.01.25 --- man1/clinfo.1 | 2 +- src/clinfo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man1/clinfo.1 b/man1/clinfo.1 index 0c0b5b5..203b183 100644 --- a/man1/clinfo.1 +++ b/man1/clinfo.1 @@ -1,4 +1,4 @@ -.TH CLINFO 1 "2021-02-21" "clinfo 3.0.21.02.21" +.TH CLINFO 1 "2023-01-25" "clinfo 3.0.23.01.25" .SH NAME diff --git a/src/clinfo.c b/src/clinfo.c index f243367..7cf6dc2 100644 --- a/src/clinfo.c +++ b/src/clinfo.c @@ -4501,7 +4501,7 @@ struct icdl_data oclIcdProps(const struct platform_list *plist, const struct opt void version(void) { - puts("clinfo version 3.0.21.02.21"); + puts("clinfo version 3.0.23.01.25"); } void parse_device_spec(const char *str, struct opt_out *output) -- 2.32.0.93.g670b81a890