Skip to content

Commit d73f610

Browse files
committed
Bump version to 1.1.0
1 parent 91056dd commit d73f610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This confidential and proprietary software may be used only as
33
# authorised by a licensing agreement from Arm Limited.
4-
# Copyright 2023 Arm Ltd. All Rights Reserved.
4+
# Copyright 2023-2024 Arm Ltd. All Rights Reserved.
55
# The entire notice above must be reproduced on all authorised
66
# copies and copies may only be made to the extent permitted
77
# by a licensing agreement from Arm Limited.
@@ -11,6 +11,6 @@ cmake_minimum_required(VERSION 3.15)
1111

1212
set(CMAKE_CXX_STANDARD 14)
1313

14-
project(libGPUInfo VERSION 1.0.0)
14+
project(libGPUInfo VERSION 1.1.0)
1515

1616
add_subdirectory(source)

0 commit comments

Comments
 (0)