Skip to content

Commit 5c8a29a

Browse files
committed
Update source code for RMV v1.11 release
1 parent 3f1cca7 commit 5c8a29a

File tree

84 files changed

+1836
-901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1836
-901
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project(RMV)
1212

1313
# Define version information
1414
set(RMV_MAJOR_VERSION 1)
15-
set(RMV_MINOR_VERSION 10)
15+
set(RMV_MINOR_VERSION 11)
1616
if (NOT RMV_BUGFIX_NUMBER)
1717
set(RMV_BUGFIX_NUMBER 0)
1818
endif ()

build/dependency_map.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
# Define a set of dependencies that exist as separate git projects.
2222
# each git dependency has a desired directory where it will be cloned - along with a commit to checkout
2323
git_mapping = {
24-
github_tools + "qt_common" : ["../external/qt_common", "v4.0.0", True],
25-
github_tools + "update_check_api" : ["../external/update_check_api", "v2.1.1", True],
26-
github_tools + "system_info_utils" : ["../external/system_info_utils", "88a338a01949f8d8bad60a30b78b65300fd13a9f", False],
27-
github_root + "GPUOpen-Drivers/libamdrdf" : ["../external/rdf", "v1.1.2", True],
24+
github_tools + "qt_common" : ["../external/qt_common", "v4.1.0", True],
25+
github_tools + "update_check_api" : ["../external/update_check_api", "v2.1.1", True],
26+
github_tools + "system_info_utils" : ["../external/system_info_utils", "v2.0", True],
27+
github_root + "GPUOpen-Drivers/libamdrdf" : ["../external/rdf", "v1.4.0", True],
2828
}
2929

source/assets/PullDownOff_Gray.svg

Lines changed: 1 addition & 0 deletions
Loading

source/assets/PullDownOn_Gray.svg

Lines changed: 1 addition & 0 deletions
Loading

source/assets/amd_logo_white.svg

Lines changed: 76 additions & 0 deletions
Loading

source/assets/arrow_gray_left.svg

Lines changed: 1 addition & 0 deletions
Loading

source/assets/arrow_gray_right.svg

Lines changed: 1 addition & 0 deletions
Loading

source/assets/checkbox_off.svg

Lines changed: 1 addition & 0 deletions
Loading

source/assets/checkbox_off_gray.svg

Lines changed: 1 addition & 0 deletions
Loading

source/assets/checkbox_on.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)