We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91056dd commit d73f610Copy full SHA for d73f610
CMakeLists.txt
@@ -1,7 +1,7 @@
1
#
2
# This confidential and proprietary software may be used only as
3
# authorised by a licensing agreement from Arm Limited.
4
-# Copyright 2023 Arm Ltd. All Rights Reserved.
+# Copyright 2023-2024 Arm Ltd. All Rights Reserved.
5
# The entire notice above must be reproduced on all authorised
6
# copies and copies may only be made to the extent permitted
7
# by a licensing agreement from Arm Limited.
@@ -11,6 +11,6 @@ cmake_minimum_required(VERSION 3.15)
11
12
set(CMAKE_CXX_STANDARD 14)
13
14
-project(libGPUInfo VERSION 1.0.0)
+project(libGPUInfo VERSION 1.1.0)
15
16
add_subdirectory(source)
0 commit comments